{?php
$a = "ad b c d";
$aa = split(' ', $a);
foreach ($aa as $k => $v)
{
if ($v == '')
{
unset($aa[$k]);
}
}
print_r($aa);
?}
{?php
$a = "ad b c d";
$aa = split(' ', $a);
foreach ($aa as $k => $v)
{
if ($v == '')
{
unset($aa[$k]);
}
}
print_r($aa);
?}
WENXUECITY.COM does not represent or guarantee the truthfulness, accuracy, or reliability of any of communications posted by other users.
Copyright ©1998-2024 wenxuecity.com All rights reserved. Privacy Statement & Terms of Use & User Privacy Protection Policy