On 09/03/2014 03:12 AM, Vitold S wrote:
Hello, Do u know about planning or implementing OOP methdology access to array methods in PHP in future. Like show code later: $a = new Array(); $a->append("hello"); $a->shift(); $p = $a->pop(); $b = Array::fill(fill_char="*", count=20) $b->pop() Also how about syntetic Map object from Java? Thanks.
Do you mean this? http://php.net/manual/en/class.arrayobject.php -- Jim Lucas http://www.cmsws.com/ http://www.cmsws.com/examples/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php