Please enable JavaScript.
Coggle requires JavaScript to display documents.
10. PHP 내장함수 - PHP 설정 - Coggle Diagram
10. PHP 내장함수 - PHP 설정
2. Include Path
set_include_path()
get_include_path()
restore_include_path()
7.4 부터 사용중지
5. php.ini
ini_set()
ini_get()
ini_restore()
6. Enviroment
putenv()
getenv()
$_ENV['']
1. PHP Extension
extension_loaded()
get_loaded_extensions()
7. assertions
옵션설정
사용
3. Include Files
get_included_files()
4. PHP Information
phpinfo()