Function __global->is_spreadsheet_writable
Definitions
sources/files_spreadsheets_write.php
- Find whether a file is a writable spreadsheet.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $filename | string | No | No | required parameter | N/A | N/A | Filename |
Returns
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether a file is a writable spreadsheet.
*
* @param string $filename Filename
* @return boolean Whether it is
*/
function is_spreadsheet_writable(string $filename) : bool
* Find whether a file is a writable spreadsheet.
*
* @param string $filename Filename
* @return boolean Whether it is
*/
function is_spreadsheet_writable(string $filename) : bool
