Microsoft
Software
Hardware
Network
Question : Whats the difference? $var and $_var
Check these 2 classes,
class Class1
{
private $_name;
private $_job;
private $_age;
}
class Class2
{
private $name;
private $job;
private $age;
}
Is there any difference using a '_' before the variable ?
Answer : Whats the difference? $var and $_var
It makes it different variable.
Random Solutions
Exchange 2010 Antivirus Options
Complex SQL 2005 Query Help Needed
Converting RTF to PDF on the fly.
Powerpoint 2003 - in Vista -
Insert Script from the command prompt
Outlook won't open .pptx attachment directly
Setting Folder Permission in Windows XP - VB Script
Vmware and HP msa2324sa dc + DL360 (2) configuration considerations
How do I add rows to a datagridview based upon a For Each statement in VS2008?
SQL Server 2008 setup failure