mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Removed a not allowed character data.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34159 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
712833e5e0
commit
08b3165978
1 changed files with 3 additions and 2 deletions
|
@ -179,8 +179,9 @@
|
|||
<funcprototype>
|
||||
<funcdef>object <function>sybase_fetch_field</function></funcdef>
|
||||
<paramdef>int <parameter>result</parameter></paramdef>
|
||||
<paramdef>int <parameter>
|
||||
<optional>field_offset</optional></parameter></paramdef>>
|
||||
<paramdef>int
|
||||
<parameter><optional>field_offset</optional></parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue