Skip to content

Instantly share code, notes, and snippets.

@queued
Last active January 4, 2016 02:59
Show Gist options
  • Save queued/8558465 to your computer and use it in GitHub Desktop.
Save queued/8558465 to your computer and use it in GitHub Desktop.
Dúvida - PHP Brasil
<?php
$array = ['Hello', 'Índice 1', 'Índice 2'];
$var1 = array_pop($array); // índice 2
$var2 = array_pop($array); // índice 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment