restore_include_pathとは? わかりやすく解説

Weblio 辞書 > コンピュータ > PHP関数リファレンス > restore_include_pathの意味・解説 

restore_include_path

(PHP 4 >= 4.3.0, PHP 5)
restore_include_path — include_path設定オプションの値を元に戻す

Description

void restore_include_path ( void )
include_path 設定値を php.ini でセットされたオリジナルの設定に戻します。
例 1742. restore_include_path() example
<?php

echo get_include_path();  // .:/usr/local/lib/php

set_include_path('/inc');

echo get_include_path();  // /inc

// PHP 4.3.0以降で動作します
restore_include_path();

// 全てのバージョンのPHPで動作します
ini_restore('include_path');

echo get_include_path();  // .:/usr/local/lib/php

?>


ini_restore()set_include_path()get_include_path()include() も参照してください。



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「restore_include_path」の関連用語

restore_include_pathのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



restore_include_pathのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
PHP Documentation GroupPHP Documentation Group
Copyright © 1997 - 2024 by the PHP Documentation Group.

©2024 GRAS Group, Inc.RSS