Yahoo Αναζήτηση Διαδυκτίου

Αποτελέσματα Αναζήτησης

  1. 23 Ιουν 2016 · Increasing the timeout in php.ini by adding a line: max_execution_time = {number of seconds i.e. 60 for one minute} Increasing the timeout in your script itself by adding: ini_set ('max_execution_time',' {number of seconds i.e. 60 for one minute}');

  2. 14 Μαΐ 2012 · There is an option "CURLOPT_TIMEOUT" you could use to configure the timeout for your request (there's also an option "CURLOPT_CONNECTTIMEOUT"). You can even specify the timeouts in millisecond resolution (CURLOPT_TIMEOUT_MS / CURLOPT_CONNECTTIMEOUT_MS).

  3. set_time_limit (int $seconds): bool. Set the number of seconds a script is allowed to run. If this is reached, the script returns a fatal error. The default limit is 30 seconds or, if it exists, the max_execution_time value defined in the php.ini. When called, set_time_limit () restarts the timeout counter from zero.

  4. The session management system supports a number of configuration options which you can place in your php.ini file. We will give a short overview. session.save_handler string. session.save_handler defines the name of the handler which is used for storing and retrieving data associated with a session.

  5. This list includes the core php.ini directives you can set to configure your PHP setup. Directives handled by extensions are listed and detailed at the extension documentation pages respectively; Information on the session directives for example can be found at the sessions page.

  6. 21 Μαΐ 2023 · The set_time_limit() function allows you to set the max execution time for a particular script. This function accepts an integer parameter, which represents the number of seconds the script should be allowed to run.

  7. ini_set() Function. The ini_set() function in PHP sets the value of a configuration option. One such option is timeout, which sets the maximum execution time in seconds for PHP scripts. Syntax: php ini_set(string $option, string $value) Parameters: * $option: The configuration option to set (timeout in this case). * $value: The value to set for ...

  1. Γίνεται επίσης αναζήτηση για