PHP » PYTHON |
login |
register |
about
|
PYTHON Arrays and Array-style COM properties
(0)
Python replacement for PHP's Arrays and Array-style COM properties
[
edit
]
PHP Arrays and Array-style COM propertiesPHP original manual for Arrays and Array-style COM properties [ show | php.net ]Arrays and Array-style COM propertiesMany COM objects expose their properties as arrays, or using array-style access. In PHP 4, you may use PHP array syntax to read/write such a property, but only a single dimension is allowed. If you want to read a multi-dimensional property, you could instead make the property access into a function call, with each parameter representing each dimension of the array access, but there is no way to write to such a property. PHP 5 introduces the following new features to make your life easier:
|
more
Recently updated
more
Most requested
more
Last requests
|