We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd47518 commit 6638c14Copy full SHA for 6638c14
1 file changed
bigquery/stackoverflow/stackoverflow.php
@@ -1,4 +1,6 @@
1
+# [START bigquery_simple_app_all]
2
<?php
3
+# [START_EXCLUDE]
4
/**
5
* Copyright 2016 Google Inc.
6
*
@@ -20,8 +22,8 @@
20
22
21
23
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/main/bigquery/api/README.md
24
*/
25
+# [END_EXCLUDE]
26
-# [START bigquery_simple_app_all]
27
require __DIR__ . '/vendor/autoload.php';
28
29
# [START bigquery_simple_app_deps]
0 commit comments