mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
another API function documented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194588 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d56789eaaa
commit
6b33242ff3
1 changed files with 6 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="zend-api.zend-zval-type-name">
|
||||
<refnamediv>
|
||||
<refname>zend_zval_type_name</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Returns the PHP type name for a given <type>zval</type></refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -14,7 +14,8 @@
|
|||
<methodparam><type>zval*</type><parameter>arg</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
<function>zend_zval_type_name</function> returns the PHP typename for
|
||||
the current value of the <type>zval</type> pointed to by <parameter>arg</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -26,7 +27,7 @@
|
|||
<term><parameter>arg</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
A pointer to the <type>zval</type> to be examined.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -37,7 +38,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
...
|
||||
A pointer to a static PHP typename string.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue