|
UNICORN - server side
|
静的公開メンバ関数 | |
| static | now ($argTimezone=NULL) |
| static | gmnow () |
| static | date ($argFormat, $argDate=NULL, $argBeforeTimezone=NULL, $argAfterTimezone=NULL) |
| static | modifyDate ($argModify, $argFormat, $argDate=NULL, $argBeforeTimezone=NULL, $argAfterTimezone=NULL) |
| static | checkDate ($argDate) |
| static | checkDateFormat ($argDate, $argFormat) |
| static | getStarSign ($argFormat=2, $argDate=NULL, $argBeforeTimezone=NULL, $argAfterTimezone=NULL) |
| static | getBacktraceExceptionLine () |
| static | doHexEncryptAES ($argValue, $argKey, $argIV=null, $argPrefix= '', $argSuffix= '') |
| static | doHexDecryptAES ($argValue, $argKey, $argIV=null, $argPrefix= '', $argSuffix= '') |
| static | do64EncryptAES ($argValue, $argKey, $argIV=null, $argPrefix= '', $argSuffix= '') |
| static | do64DecryptAES ($argValue, $argKey, $argIV=null, $argPrefix= '', $argSuffix= '') |
| static | encryptAES ($argValue, $argKey, $argIV=null, $argPrefix= '', $argSuffix= '') |
| static | decryptAES ($argValue, $argKey, $argIV=null, $argPrefix= '', $argSuffix= '') |
| static | getRequestURL () |
| static | getURIParams ($argStartPoint=NULL) |
| static | getRequestExtension () |
| static | lowerArrKeys ($argument) |
| static | setRedirectHeader ($argRedirectURL) |
| static | isMobileCrawler () |
| static | convertToWareki ($year, $month, $day) |
関数群
|
static |
有効な日付かどうかを評価する checkdateを拡張し、dateが解釈出来る全フォーマットに対応
|
static |
2038年問題対応用のdate関数互換メソッド 日付の妥当性と一緒に指定されたフォーマットとデータが一致するかどうか評価する あとDatetimeクラスが解釈出来る書式ならなんでもチェック出来るようにした
|
static |
西暦の年月日を和暦の年月日に変換する
(例)1986 11 16→昭和61年11月16日
| int | $year | 西暦の年 |
| int | $month | 月 |
| int | $day | 日 |
|
static |
2038年問題対応用のdate関数互換メソッド
|
static |
AES暗号形式で暗号化されたデータを複号化する
| $argValue | デコードする値 |
| $argKey | 暗号キー |
| $argIv | IV |
|
static |
base64decodeしてかっらAES暗号形式のデータを複合化する
| string | デコードする文字列 |
| string | 暗号キー |
| base64 | IV |
|
static |
AES暗号形式でデータを暗号化し、base64encodeする
| string | エンコードする文字列 |
| string | 暗号キー |
| base64 | IV |
|
static |
base64decodeしてからAES暗号形式のデータを復号化する
| string | デコードする文字列 |
| string | 暗号キー |
| 16進数 | IV |
|
static |
AES暗号形式でデータを暗号化し、base64encodeする
| string | エンコードする文字列 |
| string | 暗号キー |
| 16進数 | IV |
|
static |
AES暗号形式でデータを暗号化する
| $argValue | エンコードする値 |
| $argKey | 暗号キー |
| $argIv | IV |
|
static |
メソッド呼び出し元のエラーとしてExceptionする際の Line情報を構成する
|
static |
星座を返す 1:やぎ座 2:みずかめ座 3:うお座 4:おうし座 5:おひつじ座 6:ふたご座 7:かに座 8:しし座 9:おとめ座 10:てんびん座 11:さそり座 12:いて座
|
static |
携帯クローラ判定
|
static |
配列のkey名にstrtolowerを掛ける
|
static |
2038年問題対応用のstrtotimeっぽいメソッド
|
static |
2038年問題対応用の現在プロセス時間返却メソッド 1プロセス内では同じ値が常に返る事に注意!!
1.8.9.1