answersLogoWhite

0

What is meant by PECL in PHP?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

PECL stands for PHP Extension Community Library and it is a repository for extensions which add additional functionality to the core PHP installation. An example would be the extension APC (Alternative PHP Cache) which allows you to setup a cache which optimizes the serving of intermediate code.

When using a server, you can install the PECL repository and call upon it to download extensions as you require them.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meant by PECL in PHP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When was Robert Pecl born?

Robert Pecl was born on 1965-11-15.


What files can contain PHP?

PHP code can be stored in any kind of file -- the extension of the file indicates what said file contains, but may not necessarily be true. The "php" extension is used to indicate PHP which is meant for execution and presentation.


What is the purpose of php?

PHP is a dynamic language meant to do server-side processing where plain HTML/client-side JavaScript isn't enough.


How save PHP file in window?

Assuming you meant windows the OS then you should write it in a text editor such as notepad and save it with the extension .php. You then need to install a web server with PHP installed such as WAMP or XAMPP to run it.


How can you run PHP files?

Use the 'include()' in your pages. Eg. include(link.php); ?> Normally PHP files are meant to be run through a web server which serves on a browser. What is outputted is the HTML of the page along with any information that is generated by php depending on the code inside the page. If you would like to run the PHP code from the command line you can using the php executable. If you are on a windows machine you can do the following: c:\php>php c:\websites\webroot\filename.php This will output the HTML that the PHP generates after being parse by PHP. You can also do this on Linux as follows: $->php /path/to/file.php


What is the relation PEAR package in PHP?

PEAR is short for "PHP Extension and Application Repository" and is pronounced just like the fruit. The purpose of PEAR is to provide:A structured library of open-source code for PHP usersA system for code distribution and package maintenanceA standard style for code written in PHP, specified hereThe PHP Extension Community Library (PECL), see more belowA web site, mailing lists and download mirrors to support the PHP/PEAR communityPEAR is a community-driven project governed by its developers. PEAR's governing bodies are subdivided into the PEAR Group, Collectives, and a President. PEAR's constitution (adopted in March 2007) defining these groups is documented here. The PEAR project was founded in 1999 by Stig S. Bakken and quite a lot of people have joined the project.


What is meant by script?

JavaScript is a scripting language that can be used with HTML or PHP. It is used for handling the control or conditioning.


How do I draw a diamond shape using PHP?

You should seriously consider use of css, photoshop and illustrator for designing the diamond shape. PHP is originally meant for development (that too server side)


What is meant by java script?

JavaScript is a scripting language that can be used with HTML or PHP. It is used for handling the control or conditioning.


What is meant by .phtml?

Some people choose to run their PHP files via the .phtml extension. Web servers, such as apache, allow us to define our own extensions. For apache, you'll have to load httpd.conf and find/edit a line in similar fashion to : AddType application/x-httpd-php .php .php3 .phtml .foo : It means that PHP will parse .php .php3 .phtml and .foo files on this server.


What is 10 percent in Php 250?

Answer: Php 2510% of Php 250= 10% * Php 250= 0.10 * Php 250= Php 25


What is meant by webdesign?

The creation of websites pretty much, using coding languages like HTML, CSS, PHP and such :) hope i helped