【PHP8.5】PHPでパイプライン演算子が使えるようになる - Qiita

PHPは元々関数をベースに発展してきた言語です。 PHP8.4 string = str_repeat(string = str_replace($string, 'c', 'z'); ...