PHP Indonesia - Facebook | PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ | |
 | What drives your body?
Explore your exercise, sleep and food data to discover your body on projectaddapp  | From our sponsors | | |
permisi gan.... ane mu tanya tentang fungsi simila... Sep 26th 2013, 06:08, by Andre Refa | permisi gan.... ane mu tanya tentang fungsi similar_text() di php. kalo karakter lebih dari 20000 kok muncul pesan error kayak gini "Fatal error: Maximum execution time of ... seconds exceeded in ...". ada yang bisa kasi solusi g? |
| | perbesar nilai max_execution_tme di PHP.INI, atau di-set pada saat run-time, nilai 0 berarti unlimited:
ini_set('max_execution_time', 0);
max_execution_time mendasarkan pada setting webserver, untuk lebih portable-nya, coba pakai fungsi set_time_limit:
set_time_limit(0); // 0 means unlimited | | |
|
Tidak ada komentar:
Posting Komentar