advanced code snippet search
solo on 04/08/12
04/08/12 06:39am04/08/12 06:32am
Post 63.1
<?php var_dump((object) "Test", (array) "Test");//output: object(stdClass)#1 (1) { ["scalar"]=> string(4) "Test" } array(1) { [0]=> string(4) "Test" } ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.