File manager - Edit - /home/colomboelectrici/public_html/wp-content/plugins/wp-all-import-pro/libraries/League/Flysystem/Directory.php
Back
<?php namespace League\Flysystem; /** * @deprecated */ class Directory extends Handler { /** * Delete the directory. * * @return bool */ public function delete() { return $this->filesystem->deleteDir($this->path); } /** * List the directory contents. * * @param bool $recursive * * @return array|bool directory contents or false */ public function getContents($recursive = false) { return $this->filesystem->listContents($this->path, $recursive); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings