Php/docs/internals2.opcodes.fetch-unset

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

FETCH_UNSET

PHP code

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