Skip to content

Commit

Permalink
shell_exec
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel authored and ondrejmirtes committed Jan 16, 2025
1 parent 6d74dcf commit f3ac9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/functionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -10490,7 +10490,7 @@
'shapeObj::toWkt' => ['string'],
'shapeObj::union' => ['shapeObj', 'shape'=>'shapeObj'],
'shapeObj::within' => ['int', 'shape2'=>'shapeObj'],
'shell_exec' => ['?string', 'cmd'=>'string'],
'shell_exec' => ['string|false|null', 'cmd'=>'string'],
'shm_attach' => ['resource|false', 'key'=>'int', 'memsize='=>'int', 'perm='=>'int'],
'shm_detach' => ['bool', 'shm_identifier'=>'resource'],
'shm_get_var' => ['mixed', 'id'=>'resource', 'variable_key'=>'int'],
Expand Down

0 comments on commit f3ac9ea

Please sign in to comment.