php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "custom functions"

What are alternative methods in PHP, like regular expressions or custom functions, to format dates when built-in functions are not available?

When built-in functions for date formatting are not available in PHP, alternative methods like using regular expressions or creating custom functions...

What are some best practices for writing custom functions in PHP?

When writing custom functions in PHP, it is important to follow best practices to ensure readability, reusability, and maintainability of your code. S...

How can custom labels for months and weekdays be set in PHP date functions?

To set custom labels for months and weekdays in PHP date functions, you can use the 'date_format' parameter in the 'DateTime' class. By setting the 'd...

What are the advantages of creating a custom captcha in PHP instead of using Zend functions?

Creating a custom captcha in PHP allows for more flexibility and customization compared to using Zend functions. By creating a custom captcha, you hav...

How does the performance of get_browser() compare to custom PHP functions for browser detection?

The performance of get_browser() function in PHP can be slower compared to custom PHP functions for browser detection because get_browser() relies on...

Showing 21 to 25 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.