Blogs



PHP stdClass In Hindi | stdClass In PHP
PHP stdClass In Hindi | stdClass In PHP

PHP में stdClass एक generic empty class है जिसमे dynamic properties होती हैं , dynamic का मतलब है आप need के according properties को add या remove... Learn more

PHP object Type Casting In Hindi | PHP object In Hindi
PHP object Type Casting In Hindi | PHP object In Hindi

PHP में किसी दूसरे data type को object बनाने के लिए object keyword का ही use किया जाता है, जब हम primitive values को object में type cast करते हैं ... Learn more

PHP null In Hindi | PHP is null Function
PHP null In Hindi | PHP is null Function

PHP में null type एक unit type जिसमे सिर्फ एक ही value है - null . यह case-insensitive constant value है मतलब इसे आप Null / NULL कैसे भी लिख सकते ... Learn more

PHP Program to check whether number is Palindrome or not | PHP Find Palindrome Number
PHP Program to check whether number is Palindrome or not | PHP Find Palindrome Number

palindromic number वो numbers होते हैं जिनके digits reverse करने पर meaning / value same ही रहती है। example के लिए 2002 इसे reverse करने पर भी इसक... Learn more

PHP Interview Questions In Hindi : PHP Interview Preparation
PHP Interview Questions In Hindi : PHP Interview Preparation

Hello learners , इस article में ऐसे कुछ important questions answers के साथ बात करेंगे जो interview के point of view से काफी सही हैं और पूछे जाने के... Learn more

PHP Null Coalescing Operator In Hindi , Null Coalescing Operator kya hai ?
PHP Null Coalescing Operator In Hindi , Null Coalescing Operator kya hai ?

PHP में Null Coalescing Operator सिर्फ ternary operator की जगह use किया जाने वाला operator था। जिसका main purpose isset() और ternary operator को re... Learn more

PHP Import CSV File
PHP Import CSV File

php में CSV file को , file handling function like : fopen() , fread(), csvread() की help से easily read कर सकते हैं। Learn more

What is new in PHP 8
What is new in PHP 8

PHP 8 कई सारे improvement के साथ November 26, 2020 को release की गयी थी। named arguments, union types, attributes, constructor property promotion, ... Learn more