Tag: resources

  • What are the PHP datatypes and their usage in php?

    What are the PHP datatypes and their usage in php?

    PHP Data Types There are different types of values we can assign to a PHP variable including simple string to more complex data types like arrays or objects. Because it supports eight data types as Integer, Float, String, Booleans, Array, NULL, resource, and Object. We can use these PHP data types to declare variables. Their…