On Wed, 10 Nov 2004 15:56:28 -, Ford, Mike <[EMAIL PROTECTED]>
wrote:
On 10 November 2004 13:37, Horst JÃger wrote:
(Please keep this on list -- others may be able to help better/faster
than
me!)
I am thinking about complexity.
How is a string implemented in PHP? A deque or a char* ?
cha
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 10 November 2004 16:19, raditha dissanayake wrote:
> Ford, Mike wrote:
>
> > To view the terms under which this email is distributed,
> please go to http://disclaimer.leedsmet.a
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 10 November 2004 13:37, Horst Jäger wrote:
(Please keep this on list -- others may be able to help better/faster than
me!)
> > > mySplit('example') == array('e', 'x', 'a', 'm',
Ford, Mike wrote:
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
are you in a position to impose any terms (not that i have visited your
link) on an email that get's distributed to thousands of readers, get's
archived on hundr
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
> -Original Message-
> From: Horst Jäger [mailto:[EMAIL PROTECTED]
> Sent: 10 November 2004 09:51
>
> I wonder if it is possible to convert a given string into an
> array
Horst Jäger wrote:
Hi,
I wonder if it is possible to convert a given string into an array of
chars without using a separator.
That is, is there a function
mySplit
with
mySplit('example') == array('e', 'x', 'a', 'm', 'p' 'l' 'e') ?
$chars_array = preg_split('//', 'example', -1, PREG_SPLIT_NO_EMPTY
6 matches
Mail list logo