search

Home  >  Q&A  >  body text

PHP operation method

<?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;

?>

爱心传递爱心传递1949 days ago1276

reply all(1)I'll reply

  • kanglecheng

    kanglecheng2019-07-23 09:25:58

    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

    reply
    0
  • Cancelreply