ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

How can we increase the execution time of a PHP script?

user-image
تم إضافة السؤال من قبل Julfkar Moh Umar , Sr. Software Engineer , Aakash Edutech Private Limited
تاريخ النشر: 2016/01/27
Rehan Farooq
من قبل Rehan Farooq , WEB DEVELOPER/DIGITAL MARKETING EXPERT , Upwork

ini_set('max_execution_time', ); // seconds =5 minutes

Place this at the top of your PHP script and let your script loose!

Abdullah Abu Zayad
من قبل Abdullah Abu Zayad , Finance Supervisor , شركة ناصر هزاع السبيعي وأخوانه

The PHP ini_set('max_execution_time', ); // seconds =5 minutes

SALMAN ARSHAD
من قبل SALMAN ARSHAD , HR & IT Coordinator , SALMAN ARSHAD FOODSTUFF TRADING L.L.C DUBAI

use set_time_limit(n) where n is the time in seconds

المزيد من الأسئلة المماثلة