[] was the answer... Something stupid sorted :)

--
Chris


----- Original Message ----- From: "Chris Knipe" <[EMAIL PROTECTED]>
To: <php-general@lists.php.net>
Sent: Thursday, March 17, 2005 1:16 PM
Subject: [PHP] something stupid... split().



Lo all,

echo ConvertTime($AcctSessionTime/90); # Returns: 03:17:46.7666666667

I am trying to drop the .whatever..  Thus,

list($Duration, $none) = split('.', ConvertTime($AcctSessionTime/90), 2);


However, $Duration is empty, and $none has the whole string from ConvertTime.... As I said, something silly ;)


Thanks for the help.

--
Chris.


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



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



Reply via email to