mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
No need to have dl.xml anymore. The content is in info.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41861 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e5d3ef3827
commit
8fe6a81761
1 changed files with 0 additions and 43 deletions
|
@ -1,43 +0,0 @@
|
|||
<reference id="ref.dl">
|
||||
<title>Dynamic Loading functions</title>
|
||||
<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>
|
||||
<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>
|
||||
</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:
|
||||
-->
|
Loading…
Reference in a new issue