Re: [PHP-WEBMASTER] PHP Documentation API

2014-03-01 Thread Hannes Magnusson
On Fri, Feb 28, 2014 at 8:51 AM, Ole Kröger wrote: > Hi > I would like to build a brackets extension where the user can see your PHP > documentation when he uses a shorcut. > > For example: > The code: > > if (in_array($str,$arr)) { > echo 'Inside'; > } > > And if the developer marks "in_array" a

[PHP-WEBMASTER] PHP Documentation API

2014-03-01 Thread Ole Kröger
Hi I would like to build a brackets extension where the user can see your PHP documentation when he uses a shorcut. For example: The code: if (in_array($str,$arr)) { echo 'Inside'; } And if the developer marks "in_array" and klicks STRG+K I would like to show that in_array needs two arguments n