Can't you understand this line of code?
迷路时你就往前走
迷路时你就往前走 2019-07-10 08:47:51
0
1
1168

<?php

$x = 5;
$y = 6;

$foo = $x $x--;
$bar = $y $x;
$cup = $x-- $y--;
$paper = $x $x ;
$water = $y-- $x--;

echo $water $paper;
?>

Explain, thank you. I calculated 22

迷路时你就往前走
迷路时你就往前走

reply all(1)
樂成

This is the study notes I made, you can learn from each other
The difference between $x++ and ++$x in PHP http://www.php.cn/blog/detail/13861.html

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template