mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
Fix typo: simparapara -> simpara in StreamBucket (#5395)
This commit is contained in:
@@ -57,28 +57,28 @@
|
||||
<varlistentry xml:id="streambucket.props.bucket">
|
||||
<term>resource <varname>bucket</varname></term>
|
||||
<listitem>
|
||||
<simparapara>A <literal>userfilter.bucket</literal> resource.</simparapara>
|
||||
<simpara>A <literal>userfilter.bucket</literal> resource.</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="streambucket.props.data">
|
||||
<term>string <varname>data</varname></term>
|
||||
<listitem>
|
||||
<simparapara>The current string in the bucket.</simparapara>
|
||||
<simpara>The current string in the bucket.</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="streambucket.props.datalen">
|
||||
<term>int <varname>datalen</varname></term>
|
||||
<listitem>
|
||||
<simparapara>
|
||||
<simpara>
|
||||
The length of the string in the bucket.
|
||||
Deprecated as of PHP 8.4 in favor of <literal>StreamBucket::$dataLength</literal>.
|
||||
</simparapara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="streambucket.props.dataLength">
|
||||
<term>int <varname>dataLength</varname></term>
|
||||
<listitem>
|
||||
<simparapara>The length of the string in the bucket.</simparapara>
|
||||
<simpara>The length of the string in the bucket.</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
Reference in New Issue
Block a user