Have a look here :
http://php.net/manual/en/language.types.type-juggling.php
http://php.net/manual/en/function.settype.php
regards,
philip
On Tue, 7 Aug 2001, Don wrote:
> Hi,
>
> I'm looking at the 'String' section of the online documentation. I cannot
> find a function that converts
August 07, 2001 6:35 PM
> To: php list
> Subject: [PHP] converting numeric to a string
>
>
> Hi,
>
> I'm looking at the 'String' section of the online documentation. I cannot
> find a function that converts a numeric to a string, e.g., 1 --> "1&qu
check out settype() however read the doc on types you
may not need settype at all
rm
--- Don <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm looking at the 'String' section of the online
> documentation. I cannot
> find a function that converts a numeric to a string,
> e.g., 1 --> "1".
>
> Am I bli
Don wrote:
> Hi,
>
> I'm looking at the 'String' section of the online documentation. I
> cannot find a function that converts a numeric to a string, e.g., 1
> --> "1".
>
> Am I blind or does this not exist?
With loose typing, this is not really necessary.
If I'm wrong here, you might use setty
Hi,
I'm looking at the 'String' section of the online documentation. I cannot
find a function that converts a numeric to a string, e.g., 1 --> "1".
Am I blind or does this not exist?
Thanks,
Don
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
5 matches
Mail list logo