php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #50070 the See Also sections for string and array functions
Submitted: 2009-11-03 22:49 UTC Modified: 2009-11-03 22:51 UTC
From: zelnaga at gmail dot com Assigned:
Status: Wont fix Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: zelnaga at gmail dot com
New email:
PHP Version: OS:

 

 [2009-11-03 22:49 UTC] zelnaga at gmail dot com
Description:
------------
Strings and arrays have a lot of similar functions.

parse_str() and extract() essentially do the same thing.
array_slice() and substr() essentially do the same thing.
array_splice() and substr_replace() essentially do the same thing.

Why not mention these in the See Also sections of each function?

Reproduce code:
---------------
---
From manual page: function.extract#See Also
---



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-11-03 22:51 UTC] danbrown@php.net
There's a big difference between strings and arrays.  Enough so that it 
not only wouldn't be worthwhile to implement this request, but would be 
confusing (particularly to newer developers).

In any case, thank you for your suggestion.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Mar 13 19:01:31 2025 UTC