1999-06-06 18:51:02 +00:00
|
|
|
<reference id="ref.dl">
|
1999-06-20 03:04:56 +00:00
|
|
|
<title>Dynamic Loading functions</title>
|
1999-06-06 18:51:02 +00:00
|
|
|
<titleabbrev>Dyn.loading</titleabbrev>
|
|
|
|
|
|
|
|
<refentry id="function.dl">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>dl</refname>
|
|
|
|
<refpurpose>load a PHP extension at runtime</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<funcsynopsis>
|
|
|
|
<funcdef>int <function>dl</function></funcdef>
|
|
|
|
<paramdef>string <parameter>library</parameter></paramdef>
|
|
|
|
</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>
|
|
|
|
</reference>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
-->
|