Function __global->fstat
Definitions
sources_custom/phpstub.php
- Gets information about a file using an open file pointer.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $handle | resource | No | No | required parameter | N/A | N/A | File handle |
Returns
- Map of status information (false: error)
- Type: ~array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Gets information about a file using an open file pointer.
*
* @param resource $handle File handle
* @return ~array Map of status information (false: error)
*/
function fstat($handle)
* Gets information about a file using an open file pointer.
*
* @param resource $handle File handle
* @return ~array Map of status information (false: error)
*/
function fstat($handle)
