mirror of
https://github.com/macintoshplus/doc-en.git
synced 2026-04-27 18:53:17 +02:00
fix some protos and typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158099 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.ArrayObject-offsetSet">
|
||||
<refnamediv>
|
||||
<refname>ArrayObject::offsetSet</refname>
|
||||
<refpurpose>
|
||||
Sets the value at the specified $index to $newval.
|
||||
Sets the value at the specified $index to $newval
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>ArrayObject::offsetSet</methodname>
|
||||
<methodparam><type>mixed</type><parameter>$index</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>$newval</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>index</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>newval</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
Reference in New Issue
Block a user