|
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-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Feb 09 09:00:01 2026 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];