mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
using &true; entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112581 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
28c4bf7d64
commit
11a334516a
4 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-link">
|
||||
<refnamediv>
|
||||
|
@ -19,7 +19,7 @@
|
|||
'destinationParentIdentifier' is the target collection.
|
||||
</para>
|
||||
<para>
|
||||
The function returns true on success or an error object.
|
||||
The function returns &true; on success or an error object.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>hwapi_copy</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-object-insert">
|
||||
<refnamediv>
|
||||
|
@ -13,8 +13,8 @@
|
|||
<methodparam><type>object</type><parameter>attribute</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Adds an attribute to the object. Returns true on success and otherwise
|
||||
false.
|
||||
Adds an attribute to the object. Returns &true; on success and otherwise
|
||||
&false;.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>hwapi_object_remove</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-object-remove">
|
||||
<refnamediv>
|
||||
|
@ -13,8 +13,8 @@
|
|||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Removes the attribute with the given name. Returns true on success
|
||||
and otherwise false.
|
||||
Removes the attribute with the given name. Returns &true; on success
|
||||
and otherwise &false;.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>hwapi_object_insert</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-unlock">
|
||||
<refnamediv>
|
||||
|
@ -20,7 +20,7 @@
|
|||
function <function>hwapi_lock</function>.
|
||||
</para>
|
||||
<para>
|
||||
Returns true on success or an object of class HW_API_Error.
|
||||
Returns &true; on success or an object of class HW_API_Error.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>hwapi_lock</function>.
|
||||
|
|
Loading…
Reference in a new issue