From professional translators, enterprises, web pages and freely available translation repositories.
this can be used to achieve case insensitive pattern matching in products which support only case sensitive regular expressions.
předcházející
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the following example should help you understand pre- and post-increment and expressions in general a bit better:
poslední věcí, která si zaslouží zmínku, je pravdivostní hodnota výrazů.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the elseif statement is only executed if the preceding if expression and any preceding elseif expressions evaluated to false, and the current elseif expression evaluated to true.
syntaktický význam je mírně odlišný (znáte-li c, je to stejné), avšak ve výsledku dostaneme přesně totožné chování.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
a very common type of expressions are comparison expressions. these expressions evaluate to either 0 or 1, meaning false or true (respectively). php supports (bigger than), = (bigger than or equal to), == (equal), != (not equal), (smaller than) and = (smaller than or equal to). these expressions are most commonly used inside conditional execution, such as if statements.
na začátku kapitoly bylo řečeno, že si popíšeme různé typy konstruktů, a jak bylo slíbeno, výrazy mohou být konstrukty.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: