Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Updating link to array_column() in the PHP manual
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jul 6, 2013
1 parent 6fc2feb commit aece922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/ramsey/array_column.png)](https://travis-ci.org/ramsey/array_column)

This simple library provides functionality for [`array_column()`](https://wiki.php.net/rfc/array_column)
This simple library provides functionality for [`array_column()`](http://php.net/array_column)
to versions of PHP earlier than 5.5. It mimics the functionality of the built-in
function in every way.

Expand Down

0 comments on commit aece922

Please sign in to comment.