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 Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 16:01:28 2024 UTC