Documentation locally

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
gautamz07
Forum Contributor
Posts: 331
Joined: Wed May 14, 2014 12:18 pm

Documentation locally

Post by gautamz07 »

How can i keep the entire PHP documentation lacally on my PC ??
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Documentation locally

Post by Celauran »

From php.net: http://php.net/download-docs.php

If you're on OS X, check out Dash
User avatar
gautamz07
Forum Contributor
Posts: 331
Joined: Wed May 14, 2014 12:18 pm

Re: Documentation locally

Post by gautamz07 »

yeah dash is awesome , but not on OS X ! LOL
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: Documentation locally

Post by Weirdan »

On linux, pman works like a charm:

Code: Select all

pear install doc.php.net/pman
pman array_reduce
Post Reply