php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #42307 marking array_merge()
Submitted: 2007-08-15 09:59 UTC Modified: 2007-08-15 11:13 UTC
From: longinek at gmail dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: all
Private report: No CVE-ID: None
 [2007-08-15 09:59 UTC] longinek at gmail dot com
Description:
------------
I guess function array_merge() could be marked as obsolette or such since the same effect could be achieved with $array = $array1 + $array2 if i understand well


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-15 11:13 UTC] bjori@php.net
Its not "obsolete". Neither is array_push().
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Nov 20 21:00:01 2025 UTC