五五字典>英语词典>phar翻译和用法

phar

【医】【=pharmacologist】药理学家,药物学者

医学

双语例句

  • The second include uses the stream wrapper to open the Phar archive and only includes the specified file inside the archive.
    第二个include使用流包装器打开Phar归档并且仅在归档中包括指定的文件。
  • One way is by using the Phar:: buildFromDirectory() method, which will walk through a specified directory and add the files within it.
    一种方法就是使用Phar::buildFromDirectory()方法,该方法将遍历指定的目录并添加其中的文件。
  • This setting is not required to open or reference files within a Phar archive within PHP.
    在PHP的Phar归档内打开和引用文件时不需要使用到该设置。
  • There are several steps needed to create a Phar file.
    创建Phar文件需要执行若干步骤。
  • OBJECTIVE: To analysis the micro-policy demand of medical institutions about carrying on qualified phar ˉ maceutical service.
    目的:探求我国医疗机构开展药学服务对政策的需求。
  • Any references to files in the application need to be changed to use the phar:// stream wrapper with the name of the archive, as shown in the previous section.
    应用程序中的任何文件引用都需要修改为同时使用phar://流包装器和归档名,如前面小节所示。
  • The advantages of 386/ 486 computer's protected model and virtual model, and the mechanism and method for realizing the protected model are discussed in this paper. The software tools "phar Lap 386| DOS-Extender" based on the protected model is also introduced.
    讨论了386/486微机保护模式、虚拟模式的优点和实现保护模式的原理及方法、对基于保护模式的软件工具pharLap386DOS-Extender作了简要的介绍。
  • You need to do this before referencing files within the archive using the phar:// stream wrapper.
    您需要在归档内引用文件之前使用phar://流包装器执行初始化。
  • This is especially true if you have used the native Phar-based archive format.
    如果使用的是原生的基于Phar的归档格式,这一点尤其明显。
  • For Phar-based archives, use the Phar:: setStub() method, which accepts the sole parameter of the PHP code to put in the stub as a string.
    对于基于Phar的归档,使用Phar::setStub()方法,它将接受PHP代码的惟一参数,并以字符串形式放入存根中。