PHP function stream_is_local()
Availability in versions: PHP 5.2.4
Checks if a stream is a local stream
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$stream_or_url |
mixed |
not | The stream resource or URL to check. |
Return values
bool
Returns true on success, otherwise false on failure.