Greetings PHP Webmasters;
There are roughly [41] unapproved events awaiting moderation. Please check the
queue:
https://master.php.net/manage/event.php?unapproved=1
Thanks!
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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