strtok
PHP 4, PHP 5, PHP 7, PHP 8
strtok - Tokenize string
Example #1 strtok behavior on empty part found
Result: string(9) "something"
bool(false)
Example #2 The difference between strtok and explode
Result: ["aaa","bbb"]
["","aaa","","bbb",""]
Example #3 strtok example
Example #4 of strtok