restore_include_path

(PHP 4 >= 4.3.0, PHP 5, PHP 7)

restore_include_path锟斤拷原 include_path 锟斤拷锟斤拷选锟斤拷锟街�

说锟斤拷

restore_include_path ( void ) : void

锟斤拷原锟斤拷 php.ini 锟斤拷锟斤拷锟矫碉拷 include_path 锟斤拷值锟斤拷

锟斤拷锟斤拷值

没锟叫凤拷锟斤拷值锟斤拷

锟斤拷锟斤拷

Example #1 restore_include_path() 锟斤拷锟斤拷

<?php

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

set_include_path('/inc');

echo 
get_include_path();  // /inc

restore_include_path();

// 锟斤拷使锟斤拷 ini_restore
ini_restore('include_path');

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

?>

锟轿硷拷