php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "full"

What are the implications of not specifying a full directory path in PHP when checking for directories using is_dir()?

Not specifying a full directory path in PHP when checking for directories using is_dir() can lead to unexpected results or errors, as the function may...

How can exceptions be used effectively in PHP to handle errors and provide a full stack trace?

To effectively handle errors and provide a full stack trace in PHP, you can use exceptions. By throwing exceptions when an error occurs, you can catch...

Can PHP 5 delete a full folder or does it require deleting all the data inside first?

When using PHP 5 to delete a full folder, you need to delete all the files and subfolders inside the folder first before deleting the folder itself. T...

How can you search for specific words or word components in a full-text index using MySQL commands?

To search for specific words or word components in a full-text index using MySQL commands, you can use the MATCH() AGAINST() function in your SQL quer...

How can the current full path be accurately output in PHP, especially when SCRIPT_FILENAME may not work locally?

When working with PHP, the current full path can be accurately output by using the `__FILE__` magic constant, which represents the full path and filen...

Showing 36 to 40 of 1483 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 296 297 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.