Page MenuHomePhabricator
Authored By
Joe
Aug 23 2019, 5:22 PM
Size
2 KB
Referenced Files
None
Subscribers
None
$damn = ['seriously', 'wtf']
notice(type($damn)) # Tuple[String, String]
# Ok, it should be possible to convert it to an array right?
$really = Array($damn)
notice(type($really)) # Guess what? yes you guessed right. Tuple[String, String]
# Ok, let's get fancy and to use something that's not really recommended.
$ohlol = Array.new($damn)
notice(type($ohlol)) # by now, you know the drill...

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7872372
Default Alt Text
raw.txt (2 KB)

Event Timeline