PHP Warning:implode () [Function.implode]: Invalid

Source: Internet
Author: User

My program

The code is as follows Copy Code

echo $fileddata [' house_feature '];

if ($fileddata [' house_feature ']) {
$fileddata [' house_feature '] = Implode (' | | | '), $fileddata [' house_feature ']);
}

echo '----'. $fileddata [' House_feature ']

The result is: North-South Permeability | | At any time to see the room | | | Convenient Transportation--------

Then repeatedly check did not find out the reason, Baidu search for a while there is a netizen said implode (', ', $goods _attr) This writing is not scientific. should be judged. if ($goods _attr) clatter think, this implode is not only to convert the array into characters? Baidu Click the Mplode () function combines the array elements into a single string.

Parameters Description
Separator Optional. Specify what is placed between array elements. The default is "" (empty string).
Array Necessary. The array to combine as a string.

There is no value behind it, then

The code is as follows Copy Code

$fileddata [' house_feature '] = Str_replace (' | | | | ', ', ' $fileddata [' house_feature ']);

Re-test North-South permeability | | At any time to see the room | | | Convenient transportation and north-south transparent, at any time to see the room, convenient transportation is the result I want.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.