* Thus wrote dharana ([EMAIL PROTECTED]):
> I know I can just cast to int, but is it ok to return an string for
> things that can only be numbers?
> 
> 
> <?php
> // imagine today is sunday
> var_export(date('w') === 0);
> ?>
> 
> prints false, but I expected it to return an int. Am I wrong? I imagine
> it's the same thing with the rest of date's return values.

<manual>
string date ( string format [, int timestamp])
</manual>

Looks like it returns a string.

Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to