(PHP 4 >= 4.3.0, PHP 5, PHP 7)
restore_include_path — Ripristina il valore dell'opzione include_path
Ripristina il valore del parametro di configurazione include_path al valore impostato in php.ini
Example #1 Esempio di uso di restore_include_path()
<?php
echo get_include_path(); / .:/usr/local/lib/php
set_include_path('/inc');
echo get_include_path(); / /inc
/ A partire da PHP 4.3.0
restore_include_path();
/ In tutte le versioni di PHP
ini_restore('include_path');
echo get_include_path(); / .:/usr/local/lib/php
?>
Vedere anche ini_restore(), set_include_path(), get_include_path() e include.
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant