プロジェクト

全般

プロフィール

Enhancement(機能追加・改善) #463

Add explicit casting string that its byte size is needed, to binary string (バイトサイズが求められている文字列型に、明示的なバイナリ文字列型への型変換を追加する)

Kousuke Ebihara約14年前に追加. 約4年前に更新.

ステータス:
New(新規)
優先度:
Normal(通常)
担当者:
-
対象バージョン:
開始日:
2010-01-11
期日:
進捗率:

0%


説明

Add explicit casting string that its byte size is needed, to binary string.

バイトサイズが求められている文字列型に、明示的なバイナリ文字列型への型変換を追加する。

Example:

$this->setFilesize(strlen($this->FileBin->bin));

to
$this->setFilesize(strlen((binary)$this->FileBin->bin));

Example:

$authMode = substr($pluginName, strlen('opAuth'), $endPoint);

to
$authMode = substr($pluginName, strlen(b'opAuth'), $endPoint);

履歴

#1 Kousuke Ebihara約14年前に更新

  • 対象バージョン を削除 (OpenPNE 3.5.0)

#2 kaoru n約4年前に更新

  • 対象バージョンOpenPNE 3.10.x にセット

他の形式にエクスポート: Atom PDF