LockHandler::lock()
  • References/PHP/Symfony/Component/Filesystem

bool lock(bool $blocking = false) Lock the resource.

2025-01-10 15:47:30
Filesystem::isAbsolutePath()
  • References/PHP/Symfony/Component/Filesystem

bool isAbsolutePath(string $file) Returns whether the file path is an absolute path.

2025-01-10 15:47:30
Filesystem::chown()
  • References/PHP/Symfony/Component/Filesystem

chown(string|array|Traversable $files, string $user, bool $recursive = false)

2025-01-10 15:47:30
Filesystem::rename()
  • References/PHP/Symfony/Component/Filesystem

rename(string $origin, string $target, bool $overwrite = false) Renames a file or a directory.

2025-01-10 15:47:30
Filesystem::makePathRelative()
  • References/PHP/Symfony/Component/Filesystem

string makePathRelative(string $endPath, string $startPath) Given an existing path, convert it

2025-01-10 15:47:30
Filesystem::dumpFile()
  • References/PHP/Symfony/Component/Filesystem

dumpFile(string $filename, string $content) Atomically dumps content into a file.

2025-01-10 15:47:30
LockHandler::release()
  • References/PHP/Symfony/Component/Filesystem

release() Release the resource.

2025-01-10 15:47:30
Filesystem::chgrp()
  • References/PHP/Symfony/Component/Filesystem

chgrp(string|array|Traversable $files, string $group, bool $recursive = false)

2025-01-10 15:47:30
Filesystem::chmod()
  • References/PHP/Symfony/Component/Filesystem

chmod(string|array|Traversable $files, int $mode, int $umask, bool $recursive = false)

2025-01-10 15:47:30
Filesystem::remove()
  • References/PHP/Symfony/Component/Filesystem

remove(string|array|Traversable $files)

2025-01-10 15:47:30