Skip to content

Instantly share code, notes, and snippets.

@KnowTheCodePro
Created March 1, 2016 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KnowTheCodePro/5a28f6c10680a69e12b6 to your computer and use it in GitHub Desktop.
Save KnowTheCodePro/5a28f6c10680a69e12b6 to your computer and use it in GitHub Desktop.
<?php
namespace KnowTheCode;
function get_post_name( array $post ) {
return $post['post_name'];
}
$post = array(
'post_name' => 'PHP is_array - When',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment