mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Moved dl in with other runtime PHP changes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32169 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b92b56e24b
commit
5b2a379b88
1 changed files with 23 additions and 1 deletions
|
@ -377,7 +377,29 @@ error_reporting(E_ALL); // New syntax for PHP3/4
|
|||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
<refentry id="function.dl">
|
||||
<refnamediv>
|
||||
<refname>dl</refname>
|
||||
<refpurpose>load a PHP extension at runtime</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>dl</function></funcdef>
|
||||
<paramdef>string <parameter>library</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
Loads the PHP extension defined in
|
||||
<parameter>library</parameter>. See also the <link
|
||||
linkend="ini.extension-dir">extension_dir</link> configuration
|
||||
directive.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.getenv">
|
||||
<refnamediv>
|
||||
<refname>getenv</refname>
|
||||
|
|
Loading…
Reference in a new issue