What are Sub routines?
Answer / dhanya
A routine or subroutine also referred to as a function,
procedure, and subprogram is a portion of code that may be
called and executed anywhere in a program. For example, a
routine may be used to save a file or display the time.
Instead of writing the code for these commonly performed
tasks, routines are made and called when these tasks need to
be performed. Below is a basic example of a Perl subroutine.
| Is This Answer Correct ? | 4 Yes | 1 No |
How to calculate the difference between two dates using php?
How is it possible to know the number of rows returned in result set?
What is mem_cache ? How do you put a database query into that ?
How to access a Static Member of a Class in PHP?
How to send Email using PHP with MySQL in Linux Server?..
How to check curl is enabled or not in PHP
What is encapsulation in php?
what is this error "Call to unsupported or undefined function mysql_connect();" and when you will get this?
Which function would you use to determine the length of a string in php?
What are the uses of php language?
How would you open a directory for reading in php?
What is alias in php?