Skip to main content

Posts

Showing posts with the label PHP String

PHP String Interview Questions and Answers

What Is PHP? PHP stands for “ Hypertext Pre-processors ”. It is server side scripting language and used for developing web applications and It's allows us to dynamically create generated web pages. PHP has many frameworks and CMS and used for creating websites.   The PHP is very easy to create sites using its CMS.   The PHP is an Object Oriented Programming (OOPs) language . What Is PHP String? A string literal can be specified in four different ways: 1.       Single Quoted 2.       Double Quoted 3.       Heredoc Syntax 4.       Nowdoc Syntax A string is a set of characters and a single quotes are used to specify simple strings,   double quotes are used to create fairly complex strings, heredoc is used to create complex strings, and nowdoc is used to create strings that cannot be parsed. What Is PHP String functions? PHP string fu...

PHP Frameworks Interview Questions - Yii, Slim, Zend, PHPixie, F3, Aura Frameworks

» Yii 1.0/2.0 Interview Questions The Yii is a pure OOP based framework, free, open source, high-performance, component-based PHP framework for rapidly developing modern Web Applications and the name Yii is pronounced as Yee or [ji:]).... Posted In Yii » Slim Framework Interview Questions Slim Framework is a PHP micro framework that helps PHP developers to write quickly and easily a powerful web applications and APIs. Posted In Slim PHP » PHPixie Framework Interview Questions PHPixie is a Modern, open-source, fast, secure and a lightweight MVC PHP framework designed for speed and simplicity. Posted In PHPixie PHP » Fat Free Framework (F3) Interview Questions A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust web applications - fast! Posted In Fat Free Framework PHP » Aura PHP Framework Interview Questions Aura Framework is a collection of High-quality, well-tested, standards-compliant, decoupled libraries that can be used in any...