sjgoodjob 0 Newbie Poster

I am have pass Zend PHP 5.3 Certification ,i will list what should you care for about this test (just advise !!!!!!!!!!!!)

but i think if you follow it,i think it will be better for you pass Zend PHP 5.3 Certification.

HTTP Headers
Object Oriented Programming (Reflection,Late Static Binding,SPL)
Security(Cross-Site Scripting)
Databases(Transactions)
Arrays(SPL, Objects as arrays)
Data Format & Types(SimpleXML,Xpath,DateTime,JSON )
Namespaces
$_FILE —it seems to very important
Streams (Streams_create_content)
some useful function

preg_split

$val=array(1,2,3);

foreach($val as $key => &$vala){

 $vala=$vala+1;

}

$vala+=2;

print_r($val);

allow_url_open

count(array $mode=1)

$formatted = sprintf("%010.6f", $money);

echo "22"+"0.2",23.1;

i just remember all of this,i hope it will help you!!!