×
Past year
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
Jan 1, 2024 · PHP Manual ¶ · Basic syntax · Types · Variables · Constants · Expressions · Operators · Control Structures · Functions ...
7 days ago · Example listing ¶. List of all the examples in the manual. Example#0 - An introductory example · Example#1 - Our first PHP script: hello.php ...
Jan 15, 2024 · echo " End of script."; ?> Note that this will still emit a warning "Failed to open stream: No such file or directory..." ...unless you prefix the require with ...
Missing: list. | Show results with:list.
Apr 25, 2024 · PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.
Feb 7, 2024 · When a file is included, the code it contains inherits the variable scope of the line on which the include occurs. Any variables available at that line in the ...
Jun 20, 2023 · The list() function is an inbuilt function in PHP which is used to assign array values to multiple variables at a time. This function will only work on ...
Missing: url | Show results with:url
Oct 20, 2023 · Formats a number with grouped thousands and optionally decimal digits using the rounding half up rule. Parameters ¶. num. The number being formatted. decimals.
Missing: url | Show results with:url
Jan 7, 2024 · I know how to replace text using PHP, but have a complex code that I am trying to implement... Below is an example of some text: $textarea = "a long list of ...
Aug 1, 2023 · The PHP Extension Community Library (PECL) is a repository for PHP Extensions, providing a directory of all known extensions and hosting facilities for ...
Missing: url | Show results with:url
Jun 22, 2023 · Navigating the PHP manual and documentation: The official PHP documentation (https://www.php.net/docs.php) is invaluable for understanding deprecated functions.