$iCustomerId = IO::intValue("CustomerId");
why we use IO::intValue(); and other function similar to this.I am too confused about this.
Sikander Nasar 0 Light Poster
Recommended Answers
Jump to PostIt looks like there is IO.php (not necessarily) file with same class name (mandatory) in it to me.
I would say there ispublic static function intValue($int = FALSE){}
or something like that inside class.Are you familiar with OOP?
Jump to PostFrom what script is this? Is it from PHP using a PHP/Java bridge, or simply a regular PHP script?
If it is from regular PHP application script, then the IO is the class or object and intValue is the static method of that object.
for example, we can have a …
All 6 Replies
Tpojka 56 makingMagic(true);
Sikander Nasar 0 Light Poster
Tpojka 56 makingMagic(true);
veedeoo 474 Junior Poster Featured Poster
Tpojka 56 makingMagic(true);
Sikander Nasar 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.