PHP SPL Data structures Complete Reference
Standard PHP Library (SPL) the collection of standard data structures. The SPL data structure grouped the contents according to their implementation....
read more
PHP | SplFileInfo getRealPath() Function
The SplFileInfo::getRealPath() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to get absolute file path....
read more
PHP | SplFileInfo getFileInfo() Function
The SplFileInfo::getFileInfo() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to get the file information of the file....
read more
PHP | SplFileObject fread() Function
The SplFileObject::fread() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to reads the given number of bytes from the file....
read more
PHP | SplFileObject eof() Function
The SplFileObject::eof() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used reached end of file. Syntax:...
read more
PHP | SplFileObject fputcsv() Function
The SplFileObject fputcsv() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used write a field array as a CSV line....
read more
PHP | SplFileInfo getSize( ) Function
The SplFileInfo::getSize() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to get file size in bytes....
read more
PHP | SplFileInfo getFilename() Function
The SplFileInfo::getFilename() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to get the file name....
read more
PHP | SplFileObject fwrite() Function
The SplFileObject::fwrite() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to write to the file....
read more
PHP | SplFileInfo getPathname() Function
The SplFileInfo::getPathname() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to get the path of file....
read more
PHP | SplFileInfo openFile() Function
The SplFileInfo::openFile() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to gets an SplFileObject object for the file....
read more
PHP | SplFileObject seek() Function
The SplFileObject::seek() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to seek to specify the line....
read more