Search notes:

PowerShell: data types

Each PowerShell value has a type.
There are two categories of types:
Special types are:
Value types:
Reference types:
generic types (which problably would be template types in C++).
description types to describe
The type of a variable can be determined with getType():
$foo = 42
$foo.getType()

See also

Type conversions
The -is operator checks if a value is of a given type.
The -as operator casts a value into a different type.
Creating user-defined types with the class keyword.
Byte arrays
Type accelerators

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1745383663, '160.79.111.170', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/language/type/index(123): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78