On Thu, Sep 8, 2011 at 12:16 PM, Hannes Magnusson
wrote:
> We don't delete stuff:
> http://svn.php.net/viewvc/phpdoc/doc-base/trunk/scripts/make_man.php?view=log
Ooh look at that, blast from the past :) I just hope no poor soul
tries to use this anymore, or sees this and thinks this way of xml
'p
On Thu, Sep 8, 2011 at 12:02, Roel Vanhout wrote:
> On Thu, Sep 8, 2011 at 11:51 AM, Hannes Magnusson
> wrote:
>> On Thu, Sep 8, 2011 at 11:38, Roel Vanhout wrote:
>>> I need this to easily get 'tooltips' of php function signatures in
>>> vim, so that I don't have to go online just to look up th
On Thu, Sep 8, 2011 at 11:51 AM, Hannes Magnusson
wrote:
> On Thu, Sep 8, 2011 at 11:38, Roel Vanhout wrote:
>> I need this to easily get 'tooltips' of php function signatures in
>> vim, so that I don't have to go online just to look up the order of
>> arguments each time.
> $ pear install doc.ph
On Thu, Sep 8, 2011 at 11:38, Roel Vanhout wrote:
> I need this to easily get 'tooltips' of php function signatures in
> vim, so that I don't have to go online just to look up the order of
> arguments each time.
$ pear install doc.php.net/pman
and then in vim set keywordprg=pman
and then place th
On Thu, Sep 8, 2011 at 11:46 AM, Ferenc Kovacs wrote:
> On Thu, Sep 8, 2011 at 11:38 AM, Roel Vanhout wrote:
>> I'm trying to create a list of all php functions in the manual with
>> their function signatures as they appear in the php docs, e.g.
> see http://marc.info/?l=phpdoc&m=130983259607421
On Thu, Sep 8, 2011 at 11:38 AM, Roel Vanhout wrote:
> Hi,
>
> I'm trying to create a list of all php functions in the manual with
> their function signatures as they appear in the php docs, e.g.
>
> file
> array file ( string $filename [, int $flags = 0 [, resource $context ]] )
>
> I need this t
Hi,
I'm trying to create a list of all php functions in the manual with
their function signatures as they appear in the php docs, e.g.
file
array file ( string $filename [, int $flags = 0 [, resource $context ]] )
I need this to easily get 'tooltips' of php function signatures in
vim, so that I