update : 2015.11.03
php.shukuma.com검색:
|
dl(PHP 4, PHP 5, PHP 7) dl — Loads a PHP extension at runtime 설명
bool dl
( string
$library
)
Loads the PHP extension given by the parameter
Use extension_loaded() to test whether a given extension is already available or not. This works on both built-in extensions and dynamically loaded ones (either through php.ini or dl()). Warning
This function was removed from most SAPIs in PHP 5.3.0, and was removed from PHP-FPM in PHP 7.0.0. 인수
반환값
성공 시 예제
Example #1 dl() examples
<?php 변경점
주의
|