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 / venky

$this represents the current working class.
if you are accessing the variable or function with in the
same class then $this represents the current working object.
for ex:

class Test{

function fn_testing($a)
{
$a++;
return $a;

}
$c=$this->fn_tesing(1);
}

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we use get in php?

973


Explain the types of string comparision function in PHP

936


Which Scripting Engine PHP uses?

1154


What are session variables in php?

1005


What is the use of trim in php?

976


When to use inquire vs enquire?

970


What is the functionality of the functions strstr() and stristr()?

957


Explain include(), include_once, require() and require_once?

989


Why use php artisan serve?

949


What is session cookies php?

975


What is the best way to avoid email sent through php getting into the spam folder?

976


What is difference between rest api and restful api?

963


What is the purpose of $_ session?

946


What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?

970


Tell me what is the use of "enctype" attribute in a html form?

1005