编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « ming_useconstants
  • SWFAction »
  • PHP Manual
  • Ming 函数
  • Sets the SWF version

ming_useswfversion

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ming SVN)

ming_useswfversion — Sets the SWF version

说明

ming_useswfversion ( int $version ) : void

Sets the SWF version to be used in the movie. This affect the bahaviour of Action Script.

参数

version

SWF version to use.

返回值

没有返回值。

范例

Example #1 ming_useswfversion() example

<?php

$movie 
= new SWFMovie();
ming_useswfversion(4); // Flash 4

?>

相关文章
php ibm db2 函数 returns or sets the autocommit state for a database connectionphp fdf 函数 sets target frame for formphp fdf 函数 sets version number for a fdf filephp gnupg 函数 sets the mode for signingphp iis 函数 sets directory securityphp iis 函数 sets script mapping on a virtual directoryphp ming 函数 returns the action flag for keypress char php ming 函数 sets the swf output compressionphp ming 函数 sets the swf versionphp phpdbg 函数 sets the command promptphp ps 函数 sets scaling factorphp ps 函数 sets color of border for annotationsphp ps 函数 sets width of a linephp ps 函数 sets the miter limitphp ps 函数 sets overprint modephp sybase 函数 sets minimum client severityphp sybase 函数 sets minimum error severityphp sybase 函数 sets minimum message severityphp uopz 函数 sets the static variables in function or method scopephp yaz 函数 sets sorting criteria
关注编程学问公众号
编程学问网 湘ICP备20001732号