Vitold S
2014-09-03 10:12:06 UTC
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 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.