php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "download restriction"

How can one work around the open_basedir restriction on a web server if the host does not allow changes?

The open_basedir restriction in PHP limits the files that can be accessed by scripts to a specific directory or directories. If a web server host does...

What is the significance of the open_basedir restriction in PHP and how does it affect file operations like fopen()?

The open_basedir restriction in PHP is a security measure that limits the files that PHP can access to a specified directory or directories. This help...

How does the SAFE_MODE restriction in PHP affect the creation of directories using mkdir() and the uploading of files using move_uploaded_file()?

When the SAFE_MODE restriction is enabled in PHP, it restricts the ability to create directories using mkdir() and upload files using move_uploaded_fi...

What is the significance of the "SAFE MODE Restriction" in PHP and how can it affect opendir() function?

The "SAFE MODE Restriction" in PHP is a security feature that limits certain functions for security reasons. When in safe mode, the opendir() function...

What is the significance of the open_basedir restriction in PHP and how does it affect file access?

The open_basedir restriction in PHP is a security measure that limits the files that PHP can access to a specified directory or directories. This help...

Showing 21 to 25 of 2210 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 441 442 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.