Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

"$this" what type of object it is?

Answer Posted / kapil dhiman

<?php
class DemoTesting{

public $val="India is great";

public function checkThis()
{
//$this-> object of current class
echo $this->val;

}

}

$obj= new DemoTesting();
$obj->checkThis();
?>

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about switch statement in PHP?

1064


What is laravel php?

1073


Tell me are parent constructors called implicitly inside a class constructor?

986


What the difference between the 'bitwise and' operator and the 'logical and' operator?

1027


explain php variable length argument function.

1120


How is traits used in php?

1042


Is php front end?

990


How do you define a constant in php?

1103


Who created numbers?

1028


What is the difference between array_map () and array_shift ()?

1080


What is the difference between laravel and php?

968


Is empty in php?

1022


What are the advantages of triggers?

1022


Difference between $message vs. $$Message in php.

1042


Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?

1105