php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "IF function"

What is the function to check if a file exists in PHP?

To check if a file exists in PHP, you can use the `file_exists()` function. This function takes the file path as an argument and returns `true` if the...

What PHP function can be used to determine if a file is a directory?

To determine if a file is a directory in PHP, you can use the is_dir() function. This function takes a file path as a parameter and returns true if th...

How can one determine if the 'return' statement was used in a PHP function?

To determine if the 'return' statement was used in a PHP function, you can check if the function returns a value using the 'return' keyword. If the fu...

What function can be used to determine if a directory exists in PHP?

To determine if a directory exists in PHP, you can use the `file_exists()` function. This function can be used to check if a file or directory exists...

What function can be used to check if a folder exists in PHP?

To check if a folder exists in PHP, you can use the `file_exists()` function. This function can be used to check if a file or directory exists at a sp...

Showing 11 to 15 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.