how to explode multiple array[] in php code example Example: php explode multiple delimiters $output = preg_split('/(@|,|;)/', $input);