From professional translators, enterprises, web pages and freely available translation repositories.
the values in the entries are indexed by individual attributes.
the ldap_add() function is used to add entries in the ldap directory. the dn of the entry to be added is specified by dn. array entry specifies the information about the entry. the values in the entries are indexed by individual attributes. in case of multiple values for an attribute, they are indexed using integers starting with 0.
note that hashtables in php may only be indexed by integers or strings; and that arrays of primitive types in java can not be sparse.
once a method is selected, the parameters are cooerced if necessary, possibly with a loss of data (example: double precision floating point numbers will be converted to boolean).
there are no different indexed and associative array types in php, there is only one array type, which can both contain integer and string indices.
php는 scalar 배열과 associative 배열의 두 가지를 지원한다. 사실 두 가지의 차이는 없다. 여러분은 list() 나 array() 함수를 사용하여 배열을 만들거나, 각 원소의 값을 정해 주어 배열을 만들 수 있다.
the row is returned as an array (indexed by values between 0 and $array["count"]-1).
offset is an optional parameter which is only evaluated (and required) if whence is either sesam_seek_relative or sesam_seek_absolute. this parameter is only valid for "scrollable" cursors.