<?php $str1 = array("key1"=>"aa","key2"=>"bb","key3"=>"cc");
var_dump( array_pop($str1)); ?>
●実行結果 string(2) "cc"