php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12552 trying to explode nulls...
Submitted: 2001-08-03 09:32 UTC Modified: 2001-08-03 09:38 UTC
From: raulgd at ver dot megared dot net dot mx Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.0.6 OS: Linux redhat 7.1
Private report: No CVE-ID: None
 [2001-08-03 09:32 UTC] raulgd at ver dot megared dot net dot mx
I've been trying to explode null spaces in a string in a zillion ways!!!
let's say I have a string, this one: "xyz abc" and i'm trying to explode this so I have an array like this left:
[0]="x"
[1]="y"
[2]="z"
[3]=" "
[4]="a"
[5]="b"
[6]="c"
I have tried with explode() putting "\0" and converting to rawulrencode and using "%00"
I've tried also split with the same things, and nothing works!
can anyone please tell me a way of exploding nulls that ACTUALLY work?
please, I really need help
thanks!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-03 09:38 UTC] andy@php.net
this is for bugs, not questions, ask questions on a mailing list
such as

php-general@lists.php.net

subscribe by emailing

php-general-subscribe@lists.php.net

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC