/**
* Show Statistics
*
* Writes HTML showing rendering statistics.
*
* @since 1.0
* @echo string
*/
function fnbx_stats()
{
    fnbx_html_tag(array('tag' => 'div', 'class' => 'wp-stats', 'tag_content' => 'Queries: ' . get_num_queries() . ' | Seconds: ' . timer_stop(0), 'tag_content_before' => "\n", 'tag_content_after' => "\n"));
}
Пример #2
0
function combi8($x, $y)
{
    $a = eo_php2xdate($y);
    myArrayPush($y, $a);
    return fnbx_html_tag($y);
}