PHP
04 May 2009
 
 
 
1
2
3
4
5
class A{
function a(){
echo 'string';
}
}