Tag Archives: php job
Polaris FT looking for young & talented freshers. If you know someone who meets the below criteria, please suggest them to walk in to our Polaris campus at Navalur on 22nd Jun’14. Here are the details: Location:Chennai Role:Fresher Eligibility Criteria: · B.E – CS & IT Branches only passed out in 2013 & 2014. MCA
more..
121. What is the functionality of the functions STRSTR() and STRISTR()? string strstr ( string haystack, string needle ) returns part of haystack string from the first occurrence of needle to the end of haystack. This function is case-sensitive. stristr() is idential to strstr() except that it is case insensitive. 122. When are you supposed
more..
111. What is meant by urlencode and urldecode? urlencode() returns the URL encoded version of the given string. URL coding converts special characters into % signs followed by two hex digits. For example: urlencode(“10.00%”) will return “10%2E00%25″. URL encoded strings are safe to be used as part of URLs. urldecode() returns the URL decoded version
more..