which is a valid character for starting a php function name code example
Example: php validate name
if(preg_match("/^([a-zA-Z' ]+)$/",$name)){
retun true; // is validate name
}
if(preg_match("/^([a-zA-Z' ]+)$/",$name)){
retun true; // is validate name
}