Rating: Not rated
Tags: Analytics, Lang:en
Summary
Inside this book you will find over 4500 PHP Functions all
set out in alphabetical order, with chapters for every letter
of the alphabet. If you are a PHP coder of any level this book
will be the best and handiest tool in your arsenal. Also for buying this Book or Ebook I will give you a special
bonus where you get access to every single function in the book
via an auto complete tool which I have built and password
protected for my customers only. All PHP Functions are set out as follows: Name: file_exists
Name: file_get_contents
Name: file_put_contents
Name: fileatime
Name: filectime
This book will help you find functions you forgot existed or
perhaps never knew existed at all. **
Description: file_exists Checks whether a file or directory
exists
Returns: bool
Argument: string filename
Description: file_get_contents Reads entire file into a string
Returns: string
Argument: string filename [, bool use_include_path [, resource
context [, int offset [, int maxlen]]]]
Description: file_put_contents Write a string to a file
Returns: int
Argument: string filename, mixed data [, int flags [, resource
context]]
Description: fileatime Gets last access time of file
Returns: int
Argument: string filename
Description: filectime Gets inode change time of file
Returns: int
Argument: string filename