stream_resolve_include_pathの読み方

stream_resolve_include_pathの読み方

phpで利用されるメソッドの1つである「stream_resolve_include_path」の読み方を掲載してます。

読み⽅

ストリーム・リゾルブ・インクルード・パス」と読みます。

英訳

「resolve」は「解決」という意味があります。

stream_resolve_include_pathとは

phpで、ファイル名を含む文字列を取得するメソッドとなります。

<?php
echo stream_resolve_include_path('hoge1.txt');

実行結果

/usr/share/nginx/html/hoge1.txt