Searched refs:mysql_field_table (Results 1 – 5 of 5) sorted by relevance
2 mysql_field_table()15 if (!is_null($tmp = @mysql_field_table()))18 if (null !== ($tmp = @mysql_field_table($link)))26 if (NULL !== ($tmp = mysql_field_table($res)))29 if (false !== ($tmp = mysql_field_table($res, -1)))32 var_dump(mysql_field_table($res, 0));34 if (false !== ($tmp = mysql_field_table($res, 2)))39 var_dump(mysql_field_table($res, 0));51 Warning: mysql_field_table() expects exactly 2 parameters, 1 given in %s on line %d56 Warning: mysql_field_table(): Field 2 is invalid for MySQL result index %d in %s on line %d[all …]
66 mysql_field_table
165 mysql_field_table
94 PHP_FUNCTION(mysql_field_table);
278 PHP_FE(mysql_field_table, arginfo_mysql_field_seek)302 PHP_DEP_FALIAS(mysql_fieldtable, mysql_field_table, arginfo_mysql_field_seek)2598 PHP_FUNCTION(mysql_field_table) argument
Completed in 12 milliseconds