Blogs



हैकिंग क्या है ? हैकिंग कितने प्रकार की होती है।
हैकिंग क्या है ? हैकिंग कितने प्रकार की होती है।

Hacking एक ऐसी process जिससे किसी person / group, computer system, network, software, या electronic device को access करके personal information को ... Learn more

Insertion Sort in PHP With Example | How Does Insertion Sort Work in PHP
Insertion Sort in PHP With Example | How Does Insertion Sort Work in PHP

Insertion sort एक simple sorting algorithm है जो एक list या Array को sort करने के लिए use की जाती है। इसका basic idea ये कि आप एक element को लीजिये... Learn more

Selection Sort in PHP With Example | How does selection sort work in PHP ?
Selection Sort in PHP With Example | How does selection sort work in PHP ?

Selection Sort एक simple sorting algorithm है जिससे हम एक list या Array को sort हैं , ये step-by-step तरीके से काम करता है। जब तक कि Array के eleme... Learn more

Bubble Sort in PHP With Example | How Bubble Sort Works in PHP
Bubble Sort in PHP With Example | How Bubble Sort Works in PHP

Bubble Sort एक simple sorting algorithm है जो List / Array के elements को repeatedly sort करता है। इसमें adjacent elements को compare किया जाता है ... Learn more

PHP com port communication In Hindi | Write on com port in PHP
PHP com port communication In Hindi | Write on com port in PHP

generally content को ports पर लिखा जाता है जिनसे ये LEDs connected होती है , तो हमें इन ports पर ही data write करना होता है , इसलिए उन्हे COM PORT ... Learn more

PHP var_export() Function In Hindi | var_export() In PHP In Hindi
PHP var_export() Function In Hindi | var_export() In PHP In Hindi

var_export() function दिए गए variable की structured information return करता है जो कि actual PHP code होता है। यह var_dump() function के जैसे ही है ... Learn more

PHP ctype Functions | ctype Functions In PHP In Hindi
PHP ctype Functions | ctype Functions In PHP In Hindi

Ctype extension एक तरह Functions का एक suit है , जिसमे कई useful functions है जो specially किसी string / character को validate करने के लिए use किये... Learn more

PHP filter_var() Function In Hindi | filter_var() In PHP In Hindi
PHP filter_var() Function In Hindi | filter_var() In PHP In Hindi

filter_var() function का use अलग - अलग specified filter के according data को filter और sanitize करने के लिए। Learn more

PHP Form validation | Validate User Input Data In PHP In Hindi
PHP Form validation | Validate User Input Data In PHP In Hindi

Modern web application में किसी भी type के data को store या process करने से पहले data को validate किया जाता है। PHP में कुछ predefined functions और... Learn more

JavaScript map
JavaScript map

The map() method is an iterative method. It calls a provided callbackFn function once for each element in an array and constructs a new array from ... Learn more