php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "exclude folders"

How can PHP developers effectively exclude multiple files from an array generated using glob by utilizing Zeichenklassen and GLOB_BRACE options?

To exclude multiple files from an array generated using glob in PHP, developers can utilize Zeichenklassen (character classes) and the GLOB_BRACE opti...

How can PHP be used to automatically exclude users with a certain RAS_ID value from the count when checking for membership limits?

To automatically exclude users with a certain RAS_ID value from the count when checking for membership limits in PHP, you can modify the query or logi...

How can SQL queries be formulated in PHP to exclude entries starting with a specific letter sequence?

To exclude entries starting with a specific letter sequence in SQL queries formulated in PHP, you can use the `NOT LIKE` operator in the `WHERE` claus...

How can permissions affect the ability to create folders using ftp_mkdir() in PHP?

When using ftp_mkdir() in PHP to create folders, the permissions set on the FTP server can affect the ability to create folders. If the user does not...

What is the correct syntax to exclude files starting with a specific string when using glob()?

When using the glob() function in PHP to retrieve files, there is no built-in option to exclude files starting with a specific string. However, you ca...

Showing 36 to 40 of 1052 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 210 211 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.