if(@function_exists('curl_version')){ ... }
Developers Map
Discy Latest Questions
Where can I get the latest and upcoming Indian government job listing REST APIs?
%0a New Line Character. Encode a new line as %0a.
if you want to send mail in your website like cakephp , laravel, core php or other freamwork and you are facing some error like “failed to authenticate on smtp server with username” this. and you can use below code ...
Here’s code given $resCategory = $this->OtUserQuestion->find('list',['keyField'=>'uq_id','valueField'=>'uq_question_id'])->where(['uq_ue_id'=>$rowUserExamInfo->ure_reas_id,'uq_satisfy_status'=>2])->toArray();
The ucwords() is an in-built function of PHP, which is used to convert the first character of each word to uppercase in a string. The ucwords() is supported by the PHP 4 and above versions. It takes a string as ...
if you want to add twitter feed in your website without using any secrate key or any other access then you can use below code. it is very simple and easy to use. you can see latest tweets of ...
The at sign (@) is used as error control operator in PHP. When an expression is prepended with the @ sign, error messages that might be generated by that expression will be ignored. If the track_errors feature is enabled, an ...
In php if you want to get last year and last month date and last week date then you can use below code . Last Week Last Month Last Year
if you want to replace inline style with preg replace use this code: –