Actually, all the functions are packaged in Chinese. Isn’t it quite fun?
http://blog.qita.in
/**
* http://blog.qita.in
* @copyright 2012
*/
function output($string){
echo $string;
}
function set header($string){
header($ String);
}
abstract class main frame{
}
class program extends main frame{
public function run(){
set header('http-equiv="Content-Type" content="text/html; charset=utf-8"');
output('Is this a Chinese program? Isn't it fun?');
}
}
$program = new program;
$program->run();
?>
Copy code
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn