> -----Original Message----- > From: Gabor Hojtsy [mailto:[EMAIL PROTECTED]] > Sent: 14 October 2002 17:21 > To: Stefan Esser > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DOC] ftp_async_ functions > > > > > Were those functions available with the old name in a release? > > > If yes, then were they marked as experimental? This information > > > > 4.2.3 comes without them and > > 4.3.0pre1 has the _nb_ functions already in it > > Done. BTW it would be nice to decide what nb actually means. The > three options I have found in your protos: > > nbhronly > nbronously > nbronly > > I have used the latter in the documentation, though I am not sure > what's correct, or what this means at all...
It means someone has done a /async/nb/g without properly checking for exceptions (and also that asynchronously was probably mis-spelt without the h in the first place!). AFAIR from the thread that discussed this renaming, nb stands for "non-blocking". Cheers! Mike --------------------------------------------------------------------- Mike Ford, Electronic Information Services Adviser, Learning Support Services, Learning & Information Services, JG125, James Graham Building, Leeds Metropolitan University, Beckett Park, LEEDS, LS6 3QS, United Kingdom Email: [EMAIL PROTECTED] Tel: +44 113 283 2600 extn 4730 Fax: +44 113 283 3211 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
