explode

Splits a string by a delimiter and returns an array of strings.

Parameters

main.php
PHP 8.4 | UTF-8
Ready
Line: 1, Column: 1

Return Values

Notes

Changelog

Related Functions

Parses a URL and returns its components as an associative array or a specific component as a string.

parseurlcomponents

Splits an array into chunks of specified size, returning a multidimensional indexed array with each chunk containing the specified number of elements.

splitchunkbatch