Function __global->fclose
Definitions
sources_custom/phpstub.php
- Closes an open file pointer.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $handle | resource | No | No | required parameter | N/A | N/A | The file pointer |
Returns
- Success status
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Closes an open file pointer.
*
* @param resource $handle The file pointer
* @return boolean Success status
*/
function fclose($handle) : bool
* Closes an open file pointer.
*
* @param resource $handle The file pointer
* @return boolean Success status
*/
function fclose($handle) : bool

