[PHP-DEV] Bug #14714 Updated: String tokenizer appears to only work with tokens of size equal to one.

2002-01-04 Thread elixer
ID: 14714 Updated by: elixer Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating System: linux redhat 7.0 PHP Version: 4.1.0 New Comment: Please create a php file with the following content, the version number of PHP will appear in the output: ?php phpinfo();

[PHP-DEV] Bug #14714 Updated: String tokenizer appears to only work with tokens of size equal to one.

2002-01-04 Thread zak
ID: 14714 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Old Bug Type: Strings related Bug Type: Documentation problem Operating System: linux redhat 7.0 PHP Version: 4.1.0 New Comment: strtok splits a string into tokens, each token delimited by any character

[PHP-DEV] Bug #14714 Updated: String tokenizer appears to only work with tokens of size equal to one.

2002-01-04 Thread s371117
ID: 14714 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: linux redhat 7.0 PHP Version: 4.1.0 New Comment: Thanks for that. I ended up using explode() to do what I wanted. A user comment directed me to do