Page 1 of 1
What is different between PHP and Core PHP?
Posted: Thu May 05, 2016 11:58 pm
by sinhapooja634
Hi,
I want to develop my website into php application. What is the difference between php and core php? Tell me.
Re: What is different between PHP and Core PHP?
Posted: Fri May 06, 2016 12:43 am
by requinix
PHP is the language. "Core PHP" I don't know, I've never heard that term before, but I would guess it means the parts of PHP that aren't provided by extensions.
Re: What is different between PHP and Core PHP?
Posted: Sun May 08, 2016 9:29 pm
by Christopher
I don't think "core php" is a very common term. It usually means PHP and its libraries, as opposed to a framework that wraps the core libraries in an OOP interface.
Re: What is different between PHP and Core PHP?
Posted: Fri Nov 11, 2016 6:39 am
by lucky_garg11
Core generally refers to any functionality that ships with PHP which is not provided by an extension. Any time you use PHP you're using core.
Re: What is different between PHP and Core PHP?
Posted: Wed May 24, 2017 7:46 am
by martin smith
PHP is a server side scripting language designed for web development and also used as general purpose programming language.
Core PHP is just basic knowledge of PHP
Re: What is different between PHP and Core PHP?
Posted: Thu Jun 22, 2017 5:40 am
by ashleyjohn
Core generally refers to any functionality that ships with PHP which is not provided by an extension. Any time you use PHP you're using core.
Re: What is different between PHP and Core PHP?
Posted: Thu Jul 13, 2017 3:28 am
by zonadev
requinix wrote:PHP is the language. "Core PHP" I don't know, I've never heard that term before, but I would guess it means the parts of
PHP that aren't provided by extensions.
PHP is a programming language, used to power about 80% of the internet.
corePHP is a company run by a very nice group of people, who in the past have made some <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span> crazy integrations between WordPress and Joomla.