Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get object tyhpe php

gettype($obj);// Output: "object"
$obj instanceof Myclass;// Output: true (if it's an instance of that class)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #object #tyhpe #php
ADD COMMENT
Topic
Name
6+9 =