intval () changes values

0

Today I was doing a web application working with $ _REQUEST.

But I noticed that when doing an UPDATE the value went out incorrectly, and when I looked at the functions in php, it was the most bizarre.

Notice that intval () when it receives the request, changes the value completely!

Can anyone tell me why this happens?

    
asked by anonymous 04.04.2018 / 14:15

0 answers