PHP, CSS, Ajax, webdevelop and everything else.
    Archives for 22 January 2008 (1)
22 January 2008

Zend PHP5 certification Exam study review 10: Supplementary I

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…)

last comments  
Henry Lu
Henry Lu

Hi admin, About the question "Can you define an abstract method as private?". I don't think abstract method can be private, ...
David Adam
David Adam

Hi, This is why: The first time, str_replace replace the "a" to "b" in string "abc", ...
Kirill
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!
page 1 of 1