20.4. PHP_MINFO_FUNCTION
/* {{{ PHP_MINFO_FUNCTION */ PHP_MINFO_FUNCTION(netkiller) { php_info_print_table_start(); php_info_print_table_header(2, "netkiller support", "enabled"); php_info_print_table_end(); /* Remove comments if you have entries in php.ini DISPLAY_INI_ENTRIES(); */ } /* }}} */ 表格增加一行 php_info_print_table_start(); php_info_print_table_header(2, "netkiller support", "enabled"); php_info_print_table_row(2, "author", "Neo Chan"); php_info_print_table_end(); 原文出处:Netkiller 系列 手札 本文作者:陈景峯 转载请与作者联系,同时请务必标明文章原...