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

search for in the

override_function> <apd_set_session_trace
[edit] Last updated: Fri, 23 Mar 2012

view this page in

apd_set_session

(PECL apd 0.2-0.4)

apd_set_sessionGeçerli hata ayıklama seviyesini belirtir ya da değiştirir

Açıklama

void apd_set_session ( int $hata_ayıklama_seviyesi )

Bu işlev uygulamanızın belli bir yerinde hata ayıklama seviyesini arttırmak ya da azaltmak için kullanılır.

Değiştirgeler

hata_ayıklama_düzeyi

XXX_TRACE sabitlerinin toplamından (VEYAlanmasından) oluşan bir tamsayı.

MEMORY_TRACE sabitini kullanmanız önerilmez; çok yavaş olup gerekli doğruluğa sahip görünmemektedir. ASSIGNMENT_TRACE sabiti ise henüz gerçeklenmemiştir.

Tüm işlevselliğe (TIMING, FUNCTIONS, ARGS SUMMARY (strace -c gibi)) sahip olmak için 99 değerini kullanınız.

Dönen Değerler

Hiçbir değer dönmez.

Örnekler

Örnek 1 - apd_set_session() örneği

<?php
apd_set_session
(9);
?>



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites