Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
PHP
addphp calculate next letter
PurpleDiane
Programming language:
PHP
2021-05-13 16:07:23
0
Q:
addphp calculate next letter
Jing Guo
Code:
PHP
2021-07-09 11:56:53
$str = 'a'; echo ++$str; // prints 'b' $str = 'z'; echo ++$str; // prints 'aa'
0
Tags
php
letter
Related
php loop x times
remove first letter php
pregmatch php only numbers and comma and dot
php string cut first x characters
first character uppercase php
first letter capital of every word in php
php split string at first space
php capitalize first letter
php uppercase first letter
php pop off the first character of string
dot after each character php
string first letter uppercase php
New to Communities?
Join the community