String to Character Array

Convert a string to an array of characters.

Code

General
str_split($s);

Parameters

The string to convert

Server

More PHP Snippets