PHP operation method
爱心传递
爱心传递 2019-07-22 15:08:13
0
1
1275

<?php

$x = 5;

$y = 6

$water = $y-- $x--;

echo $water;


The result is 13 Not sure? Find the algorithm for operation = 13



##$paper = $x $x ;



$water = $y-- $x--;





##echo $water $paper;

?>

爱心传递
爱心传递

reply all(1)
樂成

I said I had a similar question before, but the idea is actually the same. I hope it will be helpful to you
https://www.php.cn/blog/detail/13861.html

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