From professional translators, enterprises, web pages and freely available translation repositories.
file extension
file extension
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
예 28-1. a simple extension.
příklad 28-1.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
this extension has no constants defined.
další
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
this extension has no resource types defined.
poznámka:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
no external libraries are needed to build this extension.
tyto funkce jsou k dispozici jako součást standardního modulu, který je vždy dostupný.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
this extension has no configuration directives defined in php.ini.
k použití těchto funkcí není třeba načítat žádná další rozšíření.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the following character encoding is supported in this php extension:
příklad 5. php.ini setting example
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
add the line extension=php_printer.dll to your php.ini file.
chování těchto funkcí je ovlivněno nastavením parametrů v php.ini.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
참고: this function does not work on sockets created by the socket extension.
předcházející
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
loads the php extension defined in library. see also the extension_dir configuration directive.
předcházející
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
one resource type is defined by this extension: a file descriptor returnded by dio_open().
předcházející
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
returns true if the extension identified by name is loaded. you can see the names of various extensions by using phpinfo().
názvy různých extenzí můžete vidět, pokud použijete phpinfo().
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the classes below are defined by this extension, and will only be available when the extension has either been compiled into php or dynamically loaded at runtime.
tyto třídy jsou definovány rozšířením a budou dostupné pouze v případě, že php bude zkompilováno s tímto rozšířením nebo bude rozšíření zavedeno dynamicky za běhu.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the streams api places no restrictions on the values you use for socktype, but encourages you to consider the portability of values you choose before you release your extension.
předcházející
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the socket functions described here are part of an extension to php which must be enabled at compile time by giving the --enable-sockets option to configure.
berte to v úvahu a používejte tento modul na vlastní nebezpečí.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
this extension uses sablotron and expat, which can both be found at http://www.gingerall.com/. binaries are provided as well as source.
další
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the api provided by the hw_api extension is fully object oriented. it is very similar to the c++ interface of the hyperwave sdk. it consist of the following classes.
toto rozšíření nemá definovány žádné konstanty.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
assertion should be used as a debugging feature only. you may use them for sanity-checks that test for conditions that should always be true and that indicate some programming errors if not or to check for the presence of certain features like extension functions or certain system limits and features.
můžete je použít na kontrolu podmínek, které by měly být vždycky true, a které jinak indikují nějaké chyby v programování, nebo na kontrolu existence určitých vlastností, jako jsou funkce obsažené v extenzích, nebo určité systémové limity a vlastnosti.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
a filter is a final piece of code which may perform opperations on data as it is being read from or written to a stream. any number of filters may be stacked onto a stream. custom filters can be defined in a php script using stream_register_filter() or in an extension using the api reference in 43장. to access the list of currently registered filters, use stream_get_filters().
there are many wrappers built into php by default (see i), and additional, custom wrappers may be added either within a php script using stream_register_wrapper(), or directly from an extension using the api reference in 43.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: