stream_is_local
(PHP 5 >= 5.2.4, PHP 7, PHP 8)
stream_is_local — ローカルストリームかどうかを調べる
パラメータ
stream
-
調べたいストリームリソースあるいは URL。
例
例1 stream_is_local() の例
基本的な使用例です。
<?php
var_dump(stream_is_local("http://example.com"));
var_dump(stream_is_local("/etc"));
?>
上の例の出力は、 たとえば以下のようになります。
bool(false) bool(true)
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google