Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98044927
PhutilQsprintfInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jan 9, 00:55
Size
287 B
Mime Type
text/x-php
Expires
Sat, Jan 11, 00:55 (2 d)
Engine
blob
Format
Raw Data
Handle
23501610
Attached To
rPHU libphutil
PhutilQsprintfInterface.php
View Options
<?php
interface
PhutilQsprintfInterface
{
public
function
escapeBinaryString
(
$string
);
public
function
escapeUTF8String
(
$string
);
public
function
escapeColumnName
(
$string
);
public
function
escapeMultilineComment
(
$string
);
public
function
escapeStringForLikeClause
(
$string
);
}
Event Timeline
Log In to Comment