PHP Iterators and Generators
Introduction to PHP Iterators जैसा की आपको पता है PHP में arrays objects है। आप for each लूप का प्रयोग करते हुए array के …
Introduction to PHP Iterators जैसा की आपको पता है PHP में arrays objects है। आप for each लूप का प्रयोग करते हुए array के …
Introduction to PHP MySQLi MySQL databases को handle करने के लिए PHP में नया MySQL extension add किया गया है। इस …
Introduction to PHP Namespaces Namespaces एक तरह के डेटा को एक साथ bind करने के लिए यूज़ किये जाते है। साथ ही ये same …
Introduction to Operators Variables के साथ operations जैसे की addition, division, comparison आदि perform करने के लिए …
Introduction to PHP print PHP में output display करने के लिए echo और print को use किया जाता है। PHP echo की ही तरह print …
Introduction to PHP print_r() Function PHP में print_r() function किसी भी variable के बारे में human readable …
Introduction to PHP Properties PHP में class member variables को properties कहा जाता है। हालाँकि इन्हें attributes और …
Introduction to PHP References PHP में references का अहम role होता है। References को अलग अलग purposes के लिए program में …
Introduction to PHP Sessions Sessions का बहुत ही सिंपल concept होता है। उदाहरण के लिए आप किसी cyber cafe पर web surfing …
Introduction to PHP Strings जब बहुत से characters को एक साथ sequence में लिखा जाता है तो वे एक string का निर्माण करते …