php multiple explode code example Example: php explode multiple delimiters $output = preg_split('/(@|,|;)/', $input);