mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- Fix argument name.
- Fix grammar. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236954 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
16f3eb7d57
commit
376da049d5
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.spl-object-hash">
|
||||
<refnamediv>
|
||||
<refname>spl_object_hash</refname>
|
||||
|
@ -24,7 +24,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>class</parameter></term>
|
||||
<term><parameter>object</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Any object.
|
||||
|
@ -38,7 +38,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns string that is unique for each object and is always the same for
|
||||
Returns a string that is unique for each object and is always the same for
|
||||
the same object.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue