Jump to content

limit number of characters to 200 / array


randall

Recommended Posts

Hey folks! Happy what ever you are celebrating :)

 

I am trying to limit the number of characters to 200 that this array echos. I have tried a few things... I have tried using "substr($arr_tem, 0, 200)" but obviously it is not working... but I think I am close-ish. Any assistance would be great!

 

###print array###
echo (implode(", ", array_keys($arr_tem)));

 

Thanks!

 

 

Link to comment
https://forums.phpfreaks.com/topic/260520-limit-number-of-characters-to-200-array/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.