QRspec
Source: includes/phpqrcode/phpqrcode.php:358
Details
- Kind:
class - Namespace:
(global)
Methods
| Method | Description |
|---|---|
putAlignmentMarker() | -------------------------------------------------------------------- |
putFinderPattern() | -------------------------------------------------------------------- |
Method Reference
putAlignmentMarker()
public static function putAlignmentMarker( array&$frame, $ox, $oy )
Put an alignment marker.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
&$frame | array | ||
$ox | |||
$oy |
Source: includes/phpqrcode/phpqrcode.php:596
putFinderPattern()
public static function putFinderPattern( &$frame, $ox, $oy )
Put a finder pattern.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
&$frame | |||
$ox | |||
$oy |
Source: includes/phpqrcode/phpqrcode.php:708