Micky Hulse wrote:
b4nl($foo);

Could not find info on php.net.... maybe I did not look hard enough.

It's not a php function.

Assuming you're on *nix or *bsd, you can grep your source code for it:

grep -ilr 'function b4nl' *

Your text editor may also have a search function that will do something similar.

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to