[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-flip.xml array-intersect-assoc.xml array-intersect-key.xml array-intersect-uassoc.xml array-intersect-ukey.xml array-intersect.xml array-key-e

2007-06-18 Thread Logan Buesching
ljbueschMon Jun 18 22:49:15 2007 UTC

  Modified files:  
/phpdoc/en/reference/array/functionsarray-flip.xml 
array-intersect-assoc.xml 
array-intersect-key.xml 
array-intersect-uassoc.xml 
array-intersect-ukey.xml 
array-intersect.xml 
array-key-exists.xml 
array-keys.xml array-map.xml 
array-merge-recursive.xml 
array-pad.xml array-pop.xml 
  Log:
  ref.array switch to new style.  12/61 done
  http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/array/functions/array-flip.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/reference/array/functions/array-flip.xml
diff -u phpdoc/en/reference/array/functions/array-flip.xml:1.12 
phpdoc/en/reference/array/functions/array-flip.xml:1.13
--- phpdoc/en/reference/array/functions/array-flip.xml:1.12 Tue Oct 31 
11:24:01 2006
+++ phpdoc/en/reference/array/functions/array-flip.xml  Mon Jun 18 22:49:15 2007
@@ -1,13 +1,12 @@
 
-
-
+
 
  
   array_flip
   Exchanges all keys with their associated values in an 
array
  
- 
-  Description
+ 
+  &reftitle.description;
   
arrayarray_flip
arraytrans
@@ -28,10 +27,33 @@
If a value has several occurrences, the latest key will be
used as its values, and all others will be lost.
   
+ 
+
+ 
+  &reftitle.parameters;
+  
+   
+
+ trans
+ 
+  
+   An array of key/value pairs to be flipped.
+  
+ 
+
+   
+  
+ 
+
+ 
+  &reftitle.returnvalues;
   
-   array_flip returns &false;
-   if it fails.
+   Returns the flipped array on success and &false; on failure.
   
+ 
+
+ 
+  &reftitle.examples;
   

 array_flip example
@@ -71,10 +93,16 @@
 

   
+ 
+
+ 
+  &reftitle.seealso;
   
-   See also array_values,
-   array_keys, and
-   array_reverse.
+   
+array_values
+array_keys
+array_reverse
+   
   
  
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/array/functions/array-intersect-assoc.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/array/functions/array-intersect-assoc.xml
diff -u phpdoc/en/reference/array/functions/array-intersect-assoc.xml:1.10 
phpdoc/en/reference/array/functions/array-intersect-assoc.xml:1.11
--- phpdoc/en/reference/array/functions/array-intersect-assoc.xml:1.10  Tue Jan 
30 09:06:51 2007
+++ phpdoc/en/reference/array/functions/array-intersect-assoc.xml   Mon Jun 
18 22:49:15 2007
@@ -1,12 +1,13 @@
 
-
+
 
  
   array_intersect_assoc
   Computes the intersection of arrays with additional index 
check
  
- 
-  Description
+ 
+ 
+  &reftitle.description;
   
arrayarray_intersect_assoc
arrayarray1
@@ -19,6 +20,50 @@
that are present in all the arguments. Note that the keys are used in
the comparison unlike in array_intersect.
   
+ 
+
+ 
+  &reftitle.parameters;
+  
+   
+
+ array1
+ 
+  
+   The array with master values to check.
+  
+ 
+
+
+ array2
+ 
+  
+   An array to compare values against.
+  
+ 
+
+
+ array
+ 
+  
+   A variable list of arrays to compare.
+  
+ 
+
+   
+  
+ 
+
+ 
+  &reftitle.returnvalues;
+  
+   Returns an associative array containing all the values in 
+   array1 that are present in all of the arguments.
+  
+ 
+
+ 
+  &reftitle.examples;
   

 array_intersect_assoc example
@@ -59,14 +104,18 @@
the same.

   
-  
-   See also array_intersect,
-   array_uintersect_assoc,
-   array_intersect_uassoc,
-   array_uintersect_uassoc,
-   array_diff and
-   array_diff_assoc.
-  
+ 
+
+ 
+  &reftitle.seealso;
+  
+   array_intersect
+   array_uintersect_assoc
+   array_intersect_uassoc
+   array_uintersect_uassoc
+   array_diff
+   array_diff_assoc
+  
  
 
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/array/functions/array-intersect-key.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/array/functions/array-intersect-key.xml
diff -u phpdoc/en/reference/array/functions/array-intersect-key.xml:1.4 
phpdoc/en/reference/array/functions/array-intersect-key.xml:1.5
--- phpdoc/en/reference/array/functions/array-intersect-key.xml:1.4 Tue Jan 
30 22:31:56 2007
+++ phpdoc/en/reference/array/functions/array-intersect-key.xml Mon Jun 18 
22:49:15 2007
@@ -1,12 +1,13 @@
 
-
+
 
  
   array_intersect_key
   Computes the intersection of arrays using keys for 
comparison
  
- 
-  Description
+ 
+ 
+  &reftitle.description;
   
arrayarray_intersect_key
arrayarray1
@@ -18,6 +19,51 @@
containing all the values of array1
which have matching keys that are present in all the arguments.
   
+ 
+
+ 
+

[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-flip.xml array-reverse.xml

2003-07-17 Thread Philip Olson
philip  Thu Jul 17 18:38:55 2003 EDT

  Modified files:  
/phpdoc/en/reference/array/functionsarray-flip.xml 
array-reverse.xml 
  Log:
  See alsos.
  
  
Index: phpdoc/en/reference/array/functions/array-flip.xml
diff -u phpdoc/en/reference/array/functions/array-flip.xml:1.9 
phpdoc/en/reference/array/functions/array-flip.xml:1.10
--- phpdoc/en/reference/array/functions/array-flip.xml:1.9  Mon Jun 16 08:03:39 
2003
+++ phpdoc/en/reference/array/functions/array-flip.xml  Thu Jul 17 18:38:54 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -70,6 +70,11 @@
 ]]>
   
  
+
+
+ See also array_values,
+ array_keys, and
+ array_reverse.
 

   
Index: phpdoc/en/reference/array/functions/array-reverse.xml
diff -u phpdoc/en/reference/array/functions/array-reverse.xml:1.6 
phpdoc/en/reference/array/functions/array-reverse.xml:1.7
--- phpdoc/en/reference/array/functions/array-reverse.xml:1.6   Sun Jun 29 03:43:05 
2003
+++ phpdoc/en/reference/array/functions/array-reverse.xml   Thu Jul 17 18:38:54 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -73,6 +73,9 @@
   The second parameter was added in PHP 4.0.3.
  
 
+
+ See also array_flip.
+

   
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-flip.xml

2002-12-22 Thread Jesus M. Castagnetto
jmcastagnetto   Sun Dec 22 16:29:57 2002 EDT

  Modified files:  
/phpdoc/en/reference/array/functionsarray-flip.xml 
  Log:
  Fix short description. Bug #21141
  
  
Index: phpdoc/en/reference/array/functions/array-flip.xml
diff -u phpdoc/en/reference/array/functions/array-flip.xml:1.4 
phpdoc/en/reference/array/functions/array-flip.xml:1.5
--- phpdoc/en/reference/array/functions/array-flip.xml:1.4  Sun May 12 04:19:28 
2002
+++ phpdoc/en/reference/array/functions/array-flip.xml  Sun Dec 22 16:29:56 2002
@@ -1,10 +1,10 @@
 
-
+
 
   

 array_flip
-Flip all the values of an array
+Exchanges all keys with their associated values in an 
+array


 Description



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php