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
ati2dvag blue screen on ibm thinkpad T41 help
How To Configure VLAN on Intel Pro 1000 MT
powershell
Deleted nested folders and files with powershell
Adding a second Cisco Voice Gateway Router to Cisco Unifiied Communications Manager 7.0.1
Formula to calculate all position for given matrix
Documentation for Palo Alto PA 500 firewall
Sonicwall TZ210
VBScript Exchange 2003 set user storage limit
Accessing an FTP server internally that is on a different subnet.