|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests |
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jan 12 03:00:01 2026 UTC |
$a=explode("",":"); echo count($a); Prints 1 IMHO, an empty string should explode to a 0-elements array.