>
> Jared Williams wrote:
> > Hi,
> > Just been looking over some code, and saw
> >
> > if (strlen($data) !== file_put_contents($filename, $data))
> >
> >
> > where $data is UTF8, so wondering if this is going to
> break in PHP6, if so what should be the equivalent
Jared Williams wrote:
Hi,
Just been looking over some code, and saw
if (strlen($data) !== file_put_contents($filename, $data))
where $data is UTF8, so wondering if this is going to break in PHP6, if
so what should be the equivalent code?
that curr
Hi Jared,
Monday, November 28, 2005, 4:04:29 PM, you wrote:
> Just been looking over some code, and saw
> if (strlen($data) !== file_put_contents($filename, $data))
>
> where $data is UTF8, so wondering if this is going to break
> in PHP6, if so what s
[snip]
Just been looking over some code, and saw
if (strlen($data) !== file_put_contents($filename, $data))
where $data is UTF8, so wondering if this is going to break in PHP6,
if so what should be the equivalent code?
[/snip]
PHP6?
--
PHP General Mailing L
Hi,
Just been looking over some code, and saw
if (strlen($data) !== file_put_contents($filename, $data))
where $data is UTF8, so wondering if this is going to break in PHP6, if
so what should be the equivalent code?
Jared
--
PHP General Mailing Li
5 matches
Mail list logo