Since I mentioned before, I didn’t included the Language Basic and Function topics in these series of reviews, because I think you should already have a good knowledge about them. Anyway, if you have more time, then you can following this post to review some of these features in PHP. It mainly includes PHP’s String(since it is so important), Array, and Function feature; also, it contain some extra information just I think worthy to be reminded.
(more…)
PHP, CSS, Ajax, webdevelop and everything else.
22 January 2008
Zend PHP5 certification Exam study review 10: Supplementary I
last comments
Henry Lu
Hi admin, About the question "Can you define an abstract method as private?". I don't think abstract method can be private, ...
Hi admin, About the question "Can you define an abstract method as private?". I don't think abstract method can be private, ...
David Adam
Hi, This is why: The first time, str_replace replace the "a" to "b" in string "abc", ...
Hi, This is why: The first time, str_replace replace the "a" to "b" in string "abc", ...
Kirill
Could you explain why str_replace(array('a','b','c'),array('b','c','a'),'abc') returns 'aaa' string instead of 'bca' ? Simply can`t understand thist trick!
Could you explain why str_replace(array('a','b','c'),array('b','c','a'),'abc') returns 'aaa' string instead of 'bca' ? Simply can`t understand thist trick!


