829. PHP Yield vs Return: Do You Know PHP Functions Can Return Values Like the Yield Statement
Updated on: 2019-04-30
Posted on: 2019-04-30
Since the concept of generator has been introduced in PHP 5.5, PHP developers can use the yield keyword in a way that looks much like a return statement, except that instead of stopping execution of the function and returning once only one value or array, yield instead generates a new value that is returned to the calling code each time it is needed.
Read this article to learn how to simulate this behavior using the "return" statement.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn how to simulate this behavior using the "return" statement.



828. O'Reilly Contributes with a Better PHP Innovation Award Prize
Updated on: 2019-04-29
Posted on: 2019-04-29
O'Reilly is well known company that has been working for decades in education its audience in subject related with technology in general and programming in specific.
More ...
Post a comment
See comments (0) Trackbacks (0)



1. How to Retrieve Web Pages Faster using PHP CURL Multi for Sending Parallel HTTP Requests
Updated on: 2019-04-25
Posted on: 2019-04-25
Blog: Fast PHP CURL Multiple Requests package blog
Package: Fast PHP CURL Multiple Requests
PHP comes with the Curl extension that among other useful features allows sending multiple requests in parallel to Web servers so it can retrieve Web pages faster.
Read this article to learn how to use the PHP Curl extension and take advantage of the Curl Multi functions using the Fast PHP CURL Multiple Requests package.
More ...
Post a comment
See comments (5) Trackbacks (0)
Read this article to learn how to use the PHP Curl extension and take advantage of the Curl Multi functions using the Fast PHP CURL Multiple Requests package.



827. How Can You Get the New PHP elePHPant 2019 for Free as PHP Innovation Award Prize
Updated on: 2019-04-24
Posted on: 2019-04-24
The PHP Classes site has changed the prize we are giving away for PHP Innovation Award winners.
Instead of the PHP Classes version of the elePHPant, now we are giving away the new PHP elePHPant 2019 edition instead.
Read this article to learn what changed and how it is a better prize for the innovation award winners and nominees.
More ...
Post a comment
See comments (0) Trackbacks (0)
Instead of the PHP Classes version of the elePHPant, now we are giving away the new PHP elePHPant 2019 edition instead.
Read this article to learn what changed and how it is a better prize for the innovation award winners and nominees.



826. New PHP Innovation Award Sponsors and Prizes for 2019
Updated on: 2019-04-23
Posted on: 2019-04-23
The PHP Innovation Award is being renewed after 15 years when it was started.
Read this article to learn about what is going on so you can understand more about the new prizes and sponsors that are joining the initiative.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn about what is going on so you can understand more about the new prizes and sponsors that are joining the initiative.



825. Notable PHP package: PHP Serializable JSON and Array Entity
Updated on: 2019-04-22
Posted on: 2019-04-22
Many applications have to use classes that need to save the values of their object variables to file, databases or other form of storage.
Usually they convert the values into string format like JSON or serialized arrays.
This package can add that functionality to any class by providing a trait that all classes can use to provide a built-in form of serialization to JSON or array formats.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Usually they convert the values into string format like JSON or serialized arrays.
This package can add that functionality to any class by providing a trait that all classes can use to provide a built-in form of serialization to JSON or array formats.
Read this article to learn more details about how this notable PHP package works.



824. Notable PHP package: PHP Array Diff Multidimensional
Updated on: 2019-05-16
Posted on: 2019-04-18
Sometimes applications need to determine the differences between two sets of information to be able to process the changes for some useful purpose, like for instance comparing two texts and show what was changed between them.
This class can compare two arrays that can have multiple dimensions and return the differences between them.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This class can compare two arrays that can have multiple dimensions and return the differences between them.
Read this article to learn more details about how this notable PHP package works.



823. Notable PHP package: Laravel Nova Log Viewer
Updated on: 2019-04-17
Posted on: 2019-04-17
Laravel Nova is a nice administration panel that allows integrating third-party components to extend its capabilities.
This package is a component that can display information about logs in Laravel Nova in a visually attractive way.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package is a component that can display information about logs in Laravel Nova in a visually attractive way.
Read this article to learn more details about how this notable PHP package works.



822. Notable PHP package: Easy PHP WordPress Filter
Updated on: 2019-04-16
Posted on: 2019-04-16
Many Web site projects are built-in on top of WordPress by the means of plugins that extend its capabilities to practically anything you can do using Web applications.
This package provides means to develop plugins for WordPress to perform filtering operations on the output of posts and pages, using a administration user interface also generated by this package to control filtering options.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package provides means to develop plugins for WordPress to perform filtering operations on the output of posts and pages, using a administration user interface also generated by this package to control filtering options.
Read this article to learn more details about how this notable PHP package works.



821. ElePHPants 2019 and the PHP Marketplace for PHP Developers - A New Era for PHP Developers is Starting
Updated on: 2019-04-15
Posted on: 2019-04-15
Today many great news are being announced for PHP developers that want to be happy developing PHP code and creating their own PHP products or services for sale.
Read this article and watch a short video to learn about the great news.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article and watch a short video to learn about the great news.


