|
posix_fpathconfReturns the value of a configurable limit Description
intfalse posix_fpathconf(resourceint
$file_descriptor , int $name )
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_fpathconf example This example will get the max path name's length in bytes for the current dir.
The above example will output: 4096 See Also
|