| sammywg@php.net 2006-06-29, 6:58 pm |
| ID: 37895
Updated by: sammywg@php.net
Reported By: sergiovalenzuela at yahoo dot com
-Status: Open
+Status: Closed
Bug Type: Documentation problem
PHP Version: Irrelevant
-Assigned To:
+Assigned To: sammywg
New Comment:
You get the point - it is in the string documentation section already.
Each document is once only in the complete documentation so why shall
we move the explode() and implode() docs to another tree?
I don't think it would be a good idea to move them because of the most
requests for are "How do I split a string into chunks by a special
separator?" or as equal "How do I merge array values to string?" On the
other hand, there are a lot of people knowing the functions are
documented in the string tree, why we should confuse them?
In summary moving the functions to an other documentation tree triggers
more problems as it solves.
Previous Comments:
------------------------------------------------------------------------
[2006-06-22 20:15:47] sergiovalenzuela at yahoo dot com
Description:
------------
Is it possible to add the documentation for the implode() and explode()
functions to the Array Function reference? Currently, these two
functions are only listed in the String Function reference, even though
they operate on both strings and arrays.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=37895&edit=1
|