Get window width and eight

Hello…
I have this code, with which I get the width and height of the window.

$SG_Width = “”;
$SG_Height = “”;

echo $SG_Width ." x “. $SG_Height .”
";

Now, in the two variables, I can’t deduce what type of data I have (I should have it in int to be able to use it in a procedure)
any suggestion?
Thank you very much!

Hola…
Tengo este código, con el que obtengo el ancho y alto de la ventana.

$SG_Width = “”;
$SG_Height = “”;

echo $SG_Width ." x “. $SG_Height .”
";

Ahora, en las dos variables, no logro deducir que tipo de dato que tengo (debería tenerlo en int para poder usarlo en un procedimiento)ç
alguna sugerencia?
Muchas gracias!