#strrevの使い方
strrev→文字位置を逆にして出力してくれる。
Stressed→stress(動詞)の過去形、過去分詞形 圧力、重力をかける
1.変数を置くパターン
<?php $a='stressed'; echo strrev($a); ?>
2.そのまま打ち込むパターン
<?php echo strrev('stressed'); ?>
出力 desserts
Go to list of users who liked
More than 5 years have passed since last update.
#strrevの使い方
strrev→文字位置を逆にして出力してくれる。
Stressed→stress(動詞)の過去形、過去分詞形 圧力、重力をかける
1.変数を置くパターン
<?php $a='stressed'; echo strrev($a); ?>
2.そのまま打ち込むパターン
<?php echo strrev('stressed'); ?>
出力 desserts
Register as a new user and use Qiita more conveniently
Go to list of users who liked