Jump to content

What does CTYPE mean as output?


Billy_front

Recommended Posts

Hi,

i'm getting CTYPE as output when i use the following code:

 

$var=substr(file_get_contents("file.txt"),$var_start,$var_length);

 

echo "$var";

print_r ($var);

 

I know that you use ctype function to check the content of a varible or such, but i can't find what it means in this case?

 

Any help is welcome!

Link to comment
https://forums.phpfreaks.com/topic/206753-what-does-ctype-mean-as-output/
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.