STATIC Methods, , , :
UserProfile , , html-.
Class UserProfile{
Public Static get_empty_array(){
return array('firstname'=>'',lastname=>'');
}
}
, / .
Static Methods , , , , , :
public static convert_data($string){
//do some data conversion or manipulating here then
return $ret_value;
}
$converted_data = class::convert_data($string);
, , .