|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-04-03 13:02 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 07:00:01 2025 UTC |
Description: ------------ Recently support for returned objects were added, eg: somefunc()->someotherfunc(); It would be nice to see the same for arrays : $x = somefunc()[arraykey]; Especially for simpleXML xpath return values: echo $xml->xpath('nodes/')[1];