Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php return new object

$object = new stdClass();
$object->property = 'Here we go';
 
PREVIOUS NEXT
Tagged: #php #return #object
ADD COMMENT
Topic
Name
6+1 =