On 30.10.2011 13:19, Laruence wrote:
> Hi:
>   like the following script:
>   <?php
> $str = (string)array();
> echo $str;
> 
>    it is obviously intentionally convert a array to string ,  but the
> warning is coming:

It is obviously intentional but also obviously pointless. You might as
well just echo 'Array'; I don't think I have ever encountered a case
where you actually want to convert an array to a string and use the
result in a useful way.

Cheers

-- 
Jordi Boggiano
@seldaek - http://nelm.io/jordi

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

Reply via email to