Jump to content

operator %?


eduard

Recommended Posts

$a=10;$c=$a%3;$d=$a%4;$e=$a%5;echo $c; //it will show 1echo $d; //it will show 2echo $e; //it will show 0

its actualy return the reminder.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...