From professional translators, enterprises, web pages and freely available translation repositories.
většinou chcete mít jedinou instanci, s níž budete pracovat, kvůli rychlosti a alokaci paměti.
참고: unless you use the syntax above, the result of $bar = new fooclass() will not be the same variable as $this in the constructor, meaning that if you have used reference to $this in the constructor, you should use reference assignment, or you get two different objects.
dříve než budete moci pracovat s poštou a novinkami, opera potřebuje převést poštovní databázi do nového formátu. chcete provést tuto aktualizaci nyní?
메일이나 뉴스피드 메시지를 사용하기 전에 opera는 메일 데이터베이스를 새로운 형식으로 업데이트해야 합니다. 지금 작업을 수행하시겠습니까?
z důvodu porušení patentů nelze pracovat s faxovými soubory komprimovanými pomocí lzw (lempel- ziv & welch).
특허 문제 때문에 kfax에서는 lzw (lempel- ziv & welch) 알고리즘으로 압축된 팩스 파일을 열 수 없습니다.
na druhou stranu můžete začít pracovat na výsledku okamžitě po prvním záznamu, který byl vrácen; tj. nemusíte čekat dokud nebude proveden celý sql dotaz.
mysql_unbuffered_query() sends a sql query query to mysql, without fetching and buffering the result rows automatically, as mysql_query() does. on the one hand, this saves a considerable amount of memory with sql queries that produce large result sets. on the other hand, you can start working on the result set immediately after the first row has been retrieved: you don't have to wait until the complete sql query has been performed. when using multiple db-connects, you have to specify the optional parameter link_identifier.