mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
First attempt to document php_logo_guid and zend_logo_guid.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17742 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7581c15332
commit
29f564ff3e
1 changed files with 42 additions and 1 deletions
|
@ -505,6 +505,27 @@ echo "Current PHP version: ".phpversion();
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.php-logo-guid">
|
||||
<refnamediv>
|
||||
<refname>php_logo_guid</refname>
|
||||
<refpurpose>Get the logo guid</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcdef>string <function>php_logo_guid</function></funcdef>
|
||||
<paramdef>void</paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<note>
|
||||
<para>
|
||||
This funcionality was added in PHP4 Beta 4.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.putenv">
|
||||
<refnamediv>
|
||||
<refname>putenv</refname>
|
||||
|
@ -589,6 +610,26 @@ putenv("UNIQID=$uniqid");
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.zend-logo-guid">
|
||||
<refnamediv>
|
||||
<refname>zend_logo_guid</refname>
|
||||
<refpurpose>Get the zend guid</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcdef>string <function>zend_logo_guid</function></funcdef>
|
||||
<paramdef>void</paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<note>
|
||||
<para>
|
||||
This funcionality was added in PHP4 Beta 4.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
</reference>
|
||||
|
||||
|
@ -602,7 +643,7 @@ sgml-always-quote-attributes:t
|
|||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../manual.ced"
|
||||
sgml-default-dtd-file:"../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
|
|
Loading…
Reference in a new issue