php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "extend"

Are there any built-in PHP functions that can artificially extend the execution time of another function?

One way to artificially extend the execution time of a function in PHP is by using the `set_time_limit` function. This function sets the maximum execu...

How should the keywords extends and implements be used in PHP classes to extend functionality?

When we want to extend the functionality of a class in PHP, we can use the "extends" keyword to create a subclass that inherits properties and methods...

Are PHP sessions time-limited and how can you extend their duration?

PHP sessions are time-limited by default, with a default expiration time of 24 minutes. To extend the duration of PHP sessions, you can use the sessio...

What are some common ways to extend the duration of a session in PHP?

When working with sessions in PHP, it is common to encounter issues where the session expires too quickly. To extend the duration of a session, you ca...

What is the recommended way to extend the timeout in phpMyAdmin 4.4.6?

In phpMyAdmin 4.4.6, the timeout for user sessions is set to a default value, which may not be sufficient for certain tasks that require longer period...

Showing 1 to 5 of 316 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 63 64 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.