diff --git a/internals/zendapi/variables.xml b/internals/zendapi/variables.xml index 23986fcbe0..ceeb868c90 100644 --- a/internals/zendapi/variables.xml +++ b/internals/zendapi/variables.xml @@ -1,5 +1,5 @@ - + Creating Variables @@ -783,7 +783,7 @@ ZEND_API int zend_register_list_destructors_ex(rsrc_dtor_func_t ld, rsrc_dtor_fu type_name A string specifying the name of your resource. It's always a good thing to - specify an unique name within PHP for the resource type + specify a unique name within PHP for the resource type so when the user for example calls var_dump($resource); he also gets the name of the resource. @@ -798,7 +798,7 @@ ZEND_API int zend_register_list_destructors_ex(rsrc_dtor_func_t ld, rsrc_dtor_fu - The return value is an unique integer ID for your + The return value is a unique integer ID for your resource type. @@ -935,7 +935,7 @@ int ZEND_REGISTER_RESOURCE(zval *rsrc_result, void *rsrc_pointer, int rsrc_type) - The return value is an unique integer identifier for that resource. + The return value is a unique integer identifier for that resource. What is really going on when you register a new resource is it gets diff --git a/reference/filesystem/functions/tmpfile.xml b/reference/filesystem/functions/tmpfile.xml index d49896a243..ec71372ef0 100644 --- a/reference/filesystem/functions/tmpfile.xml +++ b/reference/filesystem/functions/tmpfile.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - Creates a temporary file with an unique name in read-write (w+) mode, + Creates a temporary file with a unique name in read-write (w+) mode, returning a file handle similar to the one returned by fopen. The file is automatically removed when closed (using diff --git a/reference/hw/reference.xml b/reference/hw/reference.xml index 5c6abf9853..6e89ee1f07 100644 --- a/reference/hw/reference.xml +++ b/reference/hw/reference.xml @@ -1,5 +1,5 @@ - + @@ -160,7 +160,7 @@ - object ID: An unique integer value for each object in the + object ID: A unique integer value for each object in the Hyperwave server. It is also one of the attributes of the object record (ObjectID). Object ids are often used as an input parameter to specify an object. diff --git a/reference/imap/functions/imap-uid.xml b/reference/imap/functions/imap-uid.xml index d5d6da8f3f..00aa46a054 100644 --- a/reference/imap/functions/imap-uid.xml +++ b/reference/imap/functions/imap-uid.xml @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ This function returns the UID for the given message sequence - number. An UID is an unique identifier that will not change over + number. An UID is a unique identifier that will not change over time while a message sequence number may change whenever the content of the mailbox changes. This function is the inverse of imap_msgno. diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml index 6bffeb2c49..721daf673d 100644 --- a/reference/mysqli/constants.xml +++ b/reference/mysqli/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; @@ -181,7 +181,7 @@ (integer) - Field is part of an unique index. + Field is part of a unique index. diff --git a/reference/session/reference.xml b/reference/session/reference.xml index 3da4aec038..82a94c2c88 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ customized applications and increase the appeal of your web site. - A visitor accessing your web site is assigned an unique id, the + A visitor accessing your web site is assigned a unique id, the so-called session id. This is either stored in a cookie on the user side or is propagated in the URL.