Mega Code Archive

 
Categories / Php / XML
 

Displaying Type Information with var_dump()

<? $testing = 5; var_dump( $testing ); ?>