search
HomePHP LibrariesOther librariesSimple php file operation class
Simple php file operation classA simpleSimple php file operation class,Create a directory,Detect whether the file exists,Delete files or directories in the current directory, Delete files in the current directory and directory, Upload files, Download the file, returns the file type, returns the file size. #
Disclaimer

All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn

Related Article

PHP operation file classPHP operation file class

25Jul2016

PHP operation file class

[ftp operation class] 8 php ftp operation class libraries download[ftp operation class] 8 php ftp operation class libraries download

20May2017

FTP is a file transfer protocol that provides client access to the file server through the File Transfer Protocol (FTP). It is used to open, log in, and close connections, and is also used to upload, download, rename, delete, and obtain files on the server. file information. PHP Chinese website provides you with 8 practical PHP ftp operation libraries for your study and reference.

[Database Operation Class] 10 PHP database operation classes download[Database Operation Class] 10 PHP database operation classes download

19May2017

Database operation is an important part of the development process, and being proficient in database operation is an essential weapon for developers. PHP Chinese website provides you with various encapsulated PHP database operation libraries for you to download and learn.

A simple php mysql operation classA simple php mysql operation class

25Jul2016

A simple php mysql operation class

PHP simple database operation class examplePHP simple database operation class example

20Dec2016

This article mainly introduces PHP simple database operation examples, which support addition, deletion, modification, and chain operations. It is very suitable for the development and use of small projects. The download address of the complete example is also provided at the end. Friends who need it can refer to it.

Simple pgsql pdo php operation classSimple pgsql pdo php operation class

29Jul2016

:简单的pgsql pdo php操作类:/**pgsql类*/class pgdb { public $pdo; public static $PDOInstance; public $config; public $data; public $filed = '*'; public $table; public $limit; public $order; public $wher

See all articles