PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mysqli_dump_debug_info> <mysqli_connect
Last updated: Fri, 22 Aug 2008

view this page in

mysqli_debug

(PHP 5)

mysqli_debugRealiza operações de debug

Descrição

void mysqli_debug ( string $debug )

A função mysqli_debug() é usada para realizar operações de debug usando a biblioteca de debug Fred Fish. O parâmetro debug é uma string representando a operação de debug a realizar.

Nota: Para usar a função mysqli_debug() você deve compilar a biblioteca de cliente do MySQL para suportar debug.

Valores de retorno

mysqli_debug() não retorna nenhum valor.

Exemplo

Exemplo #1 Gerando um arquivo de Trace

<?php
    
/* Create a trace file in '/tmp/client.trace' on the local (client) machine: */
mysqli_debug("d:t:0,/tmp/client.trace");
    
?>



add a note add a note User Contributed Notes
mysqli_debug
There are no user contributed notes for this page.

mysqli_dump_debug_info> <mysqli_connect
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites