mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Missing refname to property
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247261 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7f690a781c
commit
cd79a60f6f
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<refentry xml:id="function.mysqli-error" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>mysqli_error</refname>
|
||||
<refname>mysqli->error</refname>
|
||||
<refpurpose>Returns a string description of the last error</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
|
@ -13,7 +14,7 @@
|
|||
<type>string</type><methodname>mysqli_error</methodname>
|
||||
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>Object oriented style (property)</para>
|
||||
<para>Object oriented style (property):</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>mysqli</classname></ooclass>
|
||||
<fieldsynopsis><type>string</type><varname>error</varname></fieldsynopsis>
|
||||
|
|
Loading…
Reference in a new issue