Advertisement
jessicakennedy1028

String to Array Example

Sep 9th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.39 KB | None | 0 0
  1. $string="example==a thing characteristic of its kind or illustrating a general rule.&&test==a procedure intended to establish the quality, performance, or reliability of something, especially before it is taken into widespread use.&&demonstrate==clearly show the existence or truth of (something) by giving proof or evidence.";
  2.  
  3. print_r (stringtoArray($string, '==', '&&'));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement