Skip to content

Instantly share code, notes, and snippets.

@kraizt
Last active April 7, 2017 06:53
Show Gist options
  • Save kraizt/fce34c6a7422af44a81068d1bff997cc to your computer and use it in GitHub Desktop.
Save kraizt/fce34c6a7422af44a81068d1bff997cc to your computer and use it in GitHub Desktop.
<?php
$users = ['Ricky Andika Putra', 'Ramadani', 'Asep Dadang Supriadi', 'Akmal Fuady', 'Yandi Fitriyanto'];
array_pop($users);
print_r($users);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment