|
posix_pathconfReturns the value of a configurable limit Description
intfalse posix_pathconf(string
$path , int $name )Warning
This function is currently not documented; only its argument list is available.
Returns the value of a configurable limit from Parameters
Return Values
Returns the configurable limit or Errors/Exceptions
Throws a ValueError
when ExamplesExample #1 posix_pathconf example This example will get the max path name's length in bytes for the tmp dir.
The above example will output: 4096 See Also
|