php apcu code example
Example 1: php install apcu
sudo apt-get install php-apcu
Example 2: php rtrim
$colors=trim("blue,red,green,",",");//remove last , with rtrim
sudo apt-get install php-apcu
$colors=trim("blue,red,green,",",");//remove last , with rtrim