Can PHP read the content of a file based on the original types? What should I do?

Source: Internet
Author: User
Can PHP read the content of a file based on the original types? The code is as follows: PHPcode $ current = file_get_contents (& quot; http: // xxxxx/get_people_count.php & quot;); can get_people_coun PHP read the content of a file according to the original type?
The code is as follows:
PHP code
  $current = file_get_contents("http://xxxxx/xxxxx/get_people_count.php");

The get_people_count.php code is as follows:
PHP code
  
  GetCount();?>

The return value of $ flowcon-> GetCount () is of the int type, but it is of the string type after reading. I need to constantly read the returned values of $ flowcon-> GetCount () and store them in the data table according to the int type to compare the size. what should I do?

------ Solution --------------------
Php is a weak language and automatically converts the data type according to the context.
As long as your table field is of the int type
------ Solution --------------------
Use intval function

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.