On 30/09/12 13:05, kuldeep dhaka wrote:
i m extending the wordpress internal widget input api to simplify things,
so for that i wanted a function that perform drill.
i have considered other options but they wont be effecient, if a php
internal function is build it would be just a [] similar one, and most
effecient
Not really. A PHP function to implement it, done without recursion,
would be pretty efficient. And unless you're making tens of thousands of
these operations, this is probably a case of premature optimisation.
--
Andrew Faulds
http://ajf.me/
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php