Bobby López Personal Library
home

Bobby López Personal Library

The PHP BIBLE With Over 4,500 PHP Functions Inside: The PHP Function Name, Description, Return and Argument All in One Place
Michael Martin

Downloads

Cover

The PHP BIBLE With Over 4,500 PHP Functions Inside: The PHP Function Name, Description, Return and Argument All in One Place

Description

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
Description: file_exists Checks whether a file or directory exists
Returns: bool
Argument: string filename

Name: file_get_contents
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]]]]

Name: file_put_contents
Description: file_put_contents Write a string to a file
Returns: int
Argument: string filename, mixed data [, int flags [, resource context]]

Name: fileatime
Description: fileatime Gets last access time of file
Returns: int
Argument: string filename

Name: filectime
Description: filectime Gets inode change time of file
Returns: int
Argument: string filename

This book will help you find functions you forgot existed or perhaps never knew existed at all.

**