略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: RECV

2024-04-26

RECV

PHP code

<?php
/*
 * Receive a functoin argument of "argument-number" and store the argument value into a variable of "argument-number".  (e.g. $1 for 1)
 * opcode number: 63
 */
function hello($a){}
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line#op fetchextreturn operands
60 NOP      
71 RETURN     1

Function name: hello

Compiled variables: !0=$a

line#op fetchextreturn operands
60 RECV     1
 1 RETURN     null
add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/internals2.opcodes.recv.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3