Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 20242 программиста и 1184 робота. Сейчас ищут 605 программистов ...
Приступая к работе

RECV

Вернуться к: Opcode Descriptions and Examples

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


Вернуться к: Opcode Descriptions and Examples

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware