20.4.PHP_MINFO_FUNCTION

玄學醬發表於2017-12-29
		
/* {{{ 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 系列 手札
本文作者:陳景峰
轉載請與作者聯絡,同時請務必標明文章原始出處和作者資訊及本宣告。