Php/docs/internals2.opcodes.fetch-dim-unset

来自菜鸟教程
跳转至:导航、​搜索

FETCH_DIM_UNSET

PHP code

<?php /* * Fetch an entry of an array variable for the purpose of unset() operation. * opcode number: 96 * No sample PHP yet */?>