PHP strpbrk() May 23, 2012 Pramod T P It searches a string for any of the specified characters. Example <?php echo strpbrk(“phpcode”,”co”); ?> Output code