전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
name of a data structure
structures
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
表 32-2zend zval structure
the substructure zvalue_value is a union that contains the variable 's contents.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
図 24-1the internal structure of php.
figure 24-1.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
all php modules follow a common structure:
all php modules follow a common structure:
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
@title:window do export the structure definition
import structure definitions
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
in our example, this structure is implemented as follows:
for reference purposes, you can find a list of the macros involved in declared startup and shutdown functions in table 31-3.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
空のコンテナ: %1there was a conditional outside a condition structure
empty container: %1
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
now we know how to start things, we define our own resource we want register within zend. it is only a simple structure with two integer members:
it' s always a good thing to specify an unique name within php for the resource type so when the user for example calls var_dump($resource); he also gets the name of the resource.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
params should be an associative array of the structure: $params['paramname'] = "paramvalue";.
name of user-defined callback function to be called whenever a stream triggers a notification.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
注意 in fact, a resource can be a pointer to anything you need to handle in your functions (e.g. pointer to a structure) and the user only has to pass a single resource variable to your function.
this works by registering your own resource destruction handler to zend which in turn gets called by zend whenever your resource can be freed (whether manually or automatically).