Related Content
Creating Sparklines In PHP
A sparkline is a very small line graph that is intended to convey some simple information, usually in terms of a numeric value over time. They tend to lack axes or other labels and are added to information readouts in order to expand on numbers in order to give them more context.
PHP:CSI - Improving Bad PHP Logging Code
I read The Daily WTF every now and then and one story about bad logging code in PHP stood out to me. The post looked at some PHP code that was created to log a string to a file, but would have progressively slowed down the application every time a log was generated.
Generating Histogram Colour Analysis Graphs From Images In PHP
If you've ever looked at the settings in a digital camera, or have experience with image processing programs like GIMP, then you may have seen a colour histogram. This is a simple graph that shows the amount of different shades of colour are present in the image.
PHP:CSI - To Switch, Or Not To Switch?
I was writing unit tests for a API mapping function recently and came across this interesting issue. The code I was writing tests for was in a legacy codebase that I was making changes to, and it made sense to have some unit tests in there before I started work to ensure everything worked before and after.
Drupal 9: Generating Header Images For Pages Of Content Using PHP
Embedding image within pages of content helps both within the design of the page and when shared on social media. If you set up meta tags to point at a particular image then that image will appear when the page is shared on social media. This makes your page stand out more.
Using PSR-4 With Composer
The PHP Standards Recommendations (called PSR) are a set of standards that aim to make certain aspects of working with PHP easier.
Comments
Submitted by Marco on Thu, 08/14/2008 - 08:15
PermalinkSubmitted by philipnorton42 on Thu, 08/14/2008 - 09:28
PermalinkI always use array_unique function when I want remove duplicate entries in array. You give me new way to do that.
Thanks alot!
Submitted by dinh vi gps on Thu, 12/08/2011 - 08:23
PermalinkSubmitted by Ban nha duoi 2… on Fri, 03/03/2017 - 16:04
PermalinkSubmitted by Made In Japan on Wed, 07/12/2017 - 10:16
PermalinkSubmitted by Diet Kien Cua Nhat on Fri, 11/24/2017 - 10:40
PermalinkSubmitted by Quan Lot Gu Uniqlo on Wed, 01/10/2018 - 09:01
PermalinkI want remove duplicate entries in array. You give me new way to do that.
Thanks alot!
Submitted by Visa Tan Tam on Mon, 06/25/2018 - 18:09
PermalinkVery nice, you should use the array_unique() function. That function also preserves any keys that the original array has.
Submitted by Visa Tan Tam on Fri, 07/20/2018 - 03:05
PermalinkNice, you could also use the array_unique() function. It preserves any keys that the original array has.
Submitted by Visa Tan Tam on Fri, 07/20/2018 - 03:07
PermalinkAdd new comment