zorba
美
英 
- 網(wǎng)絡(luò)佐巴;佐爾巴;希臘人佐巴
例句
Notice that the difference is small between the eXist and Zorba examples.
注意,eXist和Zorba示例之間的差別很小。
My dad was a corporate lawyer who danced in the kitchen like Zorba the Greek.
我爸爸是一個(gè)公司的律師,在廚房跳舞像希臘人佐巴。
In addition to the let and return clauses, Zorba supports for sequences, as well as the for clause to process them.
除了let和return子句之外,Zorba還支持序列和處理序列的for子句。
Listing 11 also demonstrates Zorba's support for the XQuery where clause, which is commonly used to filter the output result set.
清單11還顯示Zorba對(duì)XQuerywhere子句的支持,它通常用于過(guò)濾結(jié)果集的輸出。
Or you could use Zorba, a stand-alone XQuery application, to do the same thing.
或者,也可以使用Zorba(一個(gè)單獨(dú)的XQuery應(yīng)用程序)來(lái)做這件事情。
Listing 1 begins by including the Zorba PHP class definitions, and creating an instance of the memory store with the InMemoryStore class.
清單1首先包含ZorbaPHP類(lèi)定義,然后使用InMemoryStore類(lèi)創(chuàng)建內(nèi)存儲(chǔ)存的一個(gè)實(shí)例。
But don't worry if you can't install the database: I provide an "install free" method later using the Zorba XQuery processor.
如果無(wú)法安裝數(shù)據(jù)庫(kù),您不必擔(dān)心:稍后我提供一種使用ZorbaXQuery處理器的“自由安裝”方法。
Read more about these functions in the Zorba documentation.
在Zorba文檔中更多地了解這些函數(shù)。
It also examines some of Zorba's special functions for integrating with other Web technologies, such as REST and JSON.
此外,還查看了一些可以和其他Web技術(shù)(比如REST和JSON)集成的特殊Zorba函數(shù)。
Listing 3 uses the same basic template as Listing 1: initialize the Zorba class, define the query, and compile and execute it.
清單3使用與清單1相同的基礎(chǔ)模式:初始化Zorba類(lèi)、定義查詢(xún)、編譯和執(zhí)行查詢(xún)。
Now, look at this same example running in the Zorba XQuery processor.
現(xiàn)在,來(lái)看這個(gè)相同的例子運(yùn)行在ZorbaXQuery處理器中。
To wrap up the installation process, copy the zorba_api. php file from the source archive to a directory in your PHP include path, as below
要結(jié)束安裝過(guò)程,將zorba_api.php文件從PECL源歸檔復(fù)制到PHP包含其路徑的目錄中,如下所示
Alternately, you can use the online version of Zorba XQuery processor to run code examples by performing the following steps
另外,通過(guò)執(zhí)行以下步驟,您也可以使用ZorbaXQuery處理器的在線(xiàn)版本來(lái)運(yùn)行代碼示例
Listing 19 uses Zorba to read this file and add a new entry to the end using an XQuery Update expression
清單19使用Zorba讀取該文件,并使用XQueryUpdate表達(dá)式在末尾添加一個(gè)新條目