php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "specific name"

How can PHP string functions be utilized to extract specific elements from a domain name?

To extract specific elements from a domain name using PHP string functions, you can utilize functions like `parse_url()` to break down the URL into it...

How can one retrieve the name of a specific column, such as the third column, in PDO or mysqli?

To retrieve the name of a specific column, such as the third column, in PDO or mysqli, you can use the `fetch_field_direct` method in PDO or `fetch_fi...

How can a PHP file be created to assign a specific name to a generated file?

To assign a specific name to a generated file in PHP, you can use the `rename()` function to rename the file after it has been created. This function...

Are there specific PHP functions or tutorials that can help with sorting images based on specific patterns in the file name?

When sorting images based on specific patterns in the file name, you can use PHP functions like `scandir()` to get a list of files in a directory, `pr...

How can the file name of a specific XML file be retrieved from an array in PHP?

To retrieve the file name of a specific XML file from an array in PHP, you can use a combination of array functions to search for the file name and ex...

Showing 1 to 5 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.